Html Css Color HEX #0EE5DD Bright Turquoise

📋 copy color: '#0EE5DD'

red 14 ◦ green 229 ◦ blue 221

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

Shades of Bright Turquoise #0EE5DD

Tints of Bright Turquoise #0EE5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 3.02%
G = 49.35%
B = 47.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#0EE5DD (or 0x0EE5DD) is known color: Bright Turquoise. HEX triplet: 0E, E5 and DD. RGB value is (14,229,221). Sum of RGB (Red+Green+Blue) = 14+229+221=464 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE5DD is #F11A22. Grayscale: #A3A3A3. Windows color (decimal): -15800867 or 14542094. OLE color: 14542094.

HSL color Cylindrical-coordinate representation of color #0EE5DD: hue angle of 177.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE5DD is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 229 221 -
CMYK 0.94 0 0.03 0.10
HSL 177.77º 0.88% 0.48% -
HSV(B) 177.77º 0.94% 0.9% -
XYZ 41.25 61.35 78.07 -
YUV 163.8 160.27 21.15 -
System Red Green Blue C M Y K H S L
Decimal 14 229 221 0.94 0 0.03 0.10 177.77 0.88 0.48
Hex E E5 DD 5E 0 3 A B2 58 30
Octal 16 345 335 136 0 3 12 262 130 60
Binary 1110 11100101 11011101 1011110 0 11 1010 10110010 1011000 110000

Color Harmonies of #0EE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE5DD

Black with #0EE5DD

Text Example


Text Example

White with #0EE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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