Html Css Color HEX #0CD6DB Dark Turquoise

📋 copy color: '#0CD6DB'

red 12 ◦ green 214 ◦ blue 219

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

Shades of Dark Turquoise #0CD6DB

Tints of Dark Turquoise #0CD6DB

RGB

 RED value IS 12 (5.08% from 255) = 2.7%

 GREEN value IS 214 (83.98% from 255) = 48.09%

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

R = 2.7%
G = 48.09%
B = 49.21%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CD6DB (or 0x0CD6DB) is known color: Dark Turquoise. HEX triplet: 0C, D6 and DB. RGB value is (12,214,219). Sum of RGB (Red+Green+Blue) = 12+214+219=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CD6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD6DB is #F32924. Grayscale: #999999. Windows color (decimal): -15935781 or 14407180. OLE color: 14407180.

HSL color Cylindrical-coordinate representation of color #0CD6DB: hue angle of 181.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD6DB is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 214 219 -
CMYK 0.95 0.02 0 0.14
HSL 181.45º 0.9% 0.45% -
HSV(B) 181.45º 0.95% 0.86% -
XYZ 36.98 53.29 75.35 -
YUV 154.17 164.58 26.59 -
System Red Green Blue C M Y K H S L
Decimal 12 214 219 0.95 0.02 0 0.14 181.45 0.9 0.45
Hex C D6 DB 5F 2 0 E B5 5A 2D
Octal 14 326 333 137 2 0 16 265 132 55
Binary 1100 11010110 11011011 1011111 10 0 1110 10110101 1011010 101101

Color Harmonies of #0CD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD6DB

Black with #0CD6DB

Text Example


Text Example

White with #0CD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,219); }

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

background-color css

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

 a { background-color: rgb(12,214,219); }

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

border-color css

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

 span { border-color: rgb(12,214,219); }

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