Html Css Color HEX #0EC9DB Dark Turquoise

📋 copy color: '#0EC9DB'

red 14 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #0EC9DB

Tints of Dark Turquoise #0EC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 3.23%
G = 46.31%
B = 50.46%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EC9DB (or 0x0EC9DB) is known color: Dark Turquoise. HEX triplet: 0E, C9 and DB. RGB value is (14,201,219). Sum of RGB (Red+Green+Blue) = 14+201+219=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EC9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC9DB is #F13624. Grayscale: #929292. Windows color (decimal): -15808037 or 14403854. OLE color: 14403854.

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

Color convert

RGB 14 201 219 -
CMYK 0.94 0.08 0 0.14
HSL 185.27º 0.88% 0.46% -
HSV(B) 185.27º 0.94% 0.86% -
XYZ 33.85 46.98 74.3 -
YUV 147.14 168.55 33.04 -
System Red Green Blue C M Y K H S L
Decimal 14 201 219 0.94 0.08 0 0.14 185.27 0.88 0.46
Hex E C9 DB 5E 8 0 E B9 58 2E
Octal 16 311 333 136 10 0 16 271 130 56
Binary 1110 11001001 11011011 1011110 1000 0 1110 10111001 1011000 101110

Color Harmonies of #0EC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC9DB

Black with #0EC9DB

Text Example


Text Example

White with #0EC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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