Html Css Color HEX #0CD8CE Dark Turquoise

📋 copy color: '#0CD8CE'

red 12 ◦ green 216 ◦ blue 206

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

Shades of Dark Turquoise #0CD8CE

Tints of Dark Turquoise #0CD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 2.76%
G = 49.77%
B = 47.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#0CD8CE (or 0x0CD8CE) is known color: Dark Turquoise. HEX triplet: 0C, D8 and CE. RGB value is (12,216,206). Sum of RGB (Red+Green+Blue) = 12+216+206=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD8CE is #F32731. Grayscale: #999999. Windows color (decimal): -15935282 or 13555724. OLE color: 13555724.

HSL color Cylindrical-coordinate representation of color #0CD8CE: hue angle of 177.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD8CE is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 216 206 -
CMYK 0.94 0 0.05 0.15
HSL 177.06º 0.89% 0.45% -
HSV(B) 177.06º 0.94% 0.85% -
XYZ 35.85 53.65 66.86 -
YUV 153.86 157.41 26.81 -
System Red Green Blue C M Y K H S L
Decimal 12 216 206 0.94 0 0.05 0.15 177.06 0.89 0.45
Hex C D8 CE 5E 0 5 F B1 59 2D
Octal 14 330 316 136 0 5 17 261 131 55
Binary 1100 11011000 11001110 1011110 0 101 1111 10110001 1011001 101101

Color Harmonies of #0CD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD8CE

Black with #0CD8CE

Text Example


Text Example

White with #0CD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,206); }

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

background-color css

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

 a { background-color: rgb(12,216,206); }

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

border-color css

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

 span { border-color: rgb(12,216,206); }

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