Html Css Color HEX #0ECBDC Dark Turquoise

📋 copy color: '#0ECBDC'

red 14 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #0ECBDC

Tints of Dark Turquoise #0ECBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 3.2%
G = 46.45%
B = 50.34%

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

#0ECBDC (or 0x0ECBDC) is known color: Dark Turquoise. HEX triplet: 0E, CB and DC. RGB value is (14,203,220). Sum of RGB (Red+Green+Blue) = 14+203+220=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ECBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBDC is #F13423. Grayscale: #949494. Windows color (decimal): -15807524 or 14469902. OLE color: 14469902.

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

Color convert

RGB 14 203 220 -
CMYK 0.94 0.08 0 0.14
HSL 184.95º 0.88% 0.46% -
HSV(B) 184.95º 0.94% 0.86% -
XYZ 34.46 47.97 75.15 -
YUV 148.43 168.38 32.12 -
System Red Green Blue C M Y K H S L
Decimal 14 203 220 0.94 0.08 0 0.14 184.95 0.88 0.46
Hex E CB DC 5E 8 0 E B9 58 2E
Octal 16 313 334 136 10 0 16 271 130 56
Binary 1110 11001011 11011100 1011110 1000 0 1110 10111001 1011000 101110

Color Harmonies of #0ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBDC

Black with #0ECBDC

Text Example


Text Example

White with #0ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,203,220); }

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

background-color css

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

 a { background-color: rgb(14,203,220); }

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

border-color css

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

 span { border-color: rgb(14,203,220); }

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