Html Css Color HEX #0EDDD1 Bright Turquoise

📋 copy color: '#0EDDD1'

red 14 ◦ green 221 ◦ blue 209

#0EDDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0EDDD1

Tints of Bright Turquoise #0EDDD1

RGB

 RED value IS 14 (5.86% from 255) = 3.15%

 GREEN value IS 221 (86.72% from 255) = 49.77%

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 3.15%
G = 49.77%
B = 47.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0EDDD1 (or 0x0EDDD1) is known color: Bright Turquoise. HEX triplet: 0E, DD and D1. RGB value is (14,221,209). Sum of RGB (Red+Green+Blue) = 14+221+209=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDD1 is #F1222E. Grayscale: #9D9D9D. Windows color (decimal): -15802927 or 13753614. OLE color: 13753614.

HSL color Cylindrical-coordinate representation of color #0EDDD1: hue angle of 176.52º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDDD1 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 209 -
CMYK 0.94 0 0.05 0.13
HSL 176.52º 0.88% 0.46% -
HSV(B) 176.52º 0.94% 0.87% -
XYZ 37.55 56.41 69.23 -
YUV 157.74 156.92 25.48 -
System Red Green Blue C M Y K H S L
Decimal 14 221 209 0.94 0 0.05 0.13 176.52 0.88 0.46
Hex E DD D1 5E 0 5 D B1 58 2E
Octal 16 335 321 136 0 5 15 261 130 56
Binary 1110 11011101 11010001 1011110 0 101 1101 10110001 1011000 101110

Color Harmonies of #0EDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDD1

Black with #0EDDD1

Text Example


Text Example

White with #0EDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EDDD1; }

 p { color: rgb(14,221,209); }

 H1.HeaderClassName
 {
   color: #0EDDD1;
 }
 .AnyTagClassName
 {
   color: #0EDDD1;
 }
</style>

background-color css

<style>
 a { background-color: #0EDDD1; }

 a { background-color: rgb(14,221,209); }

 div.DivClassName
 {
   background-color: #0EDDD1;
 }
 .BgClassName
 {
   background-color: #0EDDD1;
 }
</style>

border-color css

<style>
 span { border-color: #0EDDD1; }

 span { border-color: rgb(14,221,209); }

 td.TdClassName
 {
   border-color: #0EDDD1;
 }
 .TagClassName
 {
   border-color: #0EDDD1;
 }
</style>