Html Css Color HEX #0EC9DD Dark Turquoise

📋 copy color: '#0EC9DD'

red 14 ◦ green 201 ◦ blue 221

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

Shades of Dark Turquoise #0EC9DD

Tints of Dark Turquoise #0EC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.1%

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

R = 3.21%
G = 46.1%
B = 50.69%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0EC9DD (or 0x0EC9DD) is known color: Dark Turquoise. HEX triplet: 0E, C9 and DD. RGB value is (14,201,221). Sum of RGB (Red+Green+Blue) = 14+201+221=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #0EC9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC9DD is #F13622. Grayscale: #939393. Windows color (decimal): -15808035 or 14534926. OLE color: 14534926.

HSL color Cylindrical-coordinate representation of color #0EC9DD: hue angle of 185.8º 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 #0EC9DD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 201 221 -
CMYK 0.94 0.09 0 0.13
HSL 185.8º 0.88% 0.46% -
HSV(B) 185.8º 0.94% 0.87% -
XYZ 34.12 47.09 75.7 -
YUV 147.37 169.55 32.87 -
System Red Green Blue C M Y K H S L
Decimal 14 201 221 0.94 0.09 0 0.13 185.8 0.88 0.46
Hex E C9 DD 5E 9 0 D BA 58 2E
Octal 16 311 335 136 11 0 15 272 130 56
Binary 1110 11001001 11011101 1011110 1001 0 1101 10111010 1011000 101110

Color Harmonies of #0EC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC9DD

Black with #0EC9DD

Text Example


Text Example

White with #0EC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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