Html Css Color HEX #0CD8D0 Dark Turquoise

📋 copy color: '#0CD8D0'

red 12 ◦ green 216 ◦ blue 208

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

Shades of Dark Turquoise #0CD8D0

Tints of Dark Turquoise #0CD8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 2.75%
G = 49.54%
B = 47.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#0CD8D0 (or 0x0CD8D0) is known color: Dark Turquoise. HEX triplet: 0C, D8 and D0. RGB value is (12,216,208). Sum of RGB (Red+Green+Blue) = 12+216+208=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD8D0 is #F3272F. Grayscale: #999999. Windows color (decimal): -15935280 or 13686796. OLE color: 13686796.

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

Color convert

RGB 12 216 208 -
CMYK 0.94 0 0.04 0.15
HSL 177.65º 0.89% 0.45% -
HSV(B) 177.65º 0.94% 0.85% -
XYZ 36.09 53.74 68.15 -
YUV 154.09 158.41 26.65 -
System Red Green Blue C M Y K H S L
Decimal 12 216 208 0.94 0 0.04 0.15 177.65 0.89 0.45
Hex C D8 D0 5E 0 4 F B2 59 2D
Octal 14 330 320 136 0 4 17 262 131 55
Binary 1100 11011000 11010000 1011110 0 100 1111 10110010 1011001 101101

Color Harmonies of #0CD8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD8D0

Black with #0CD8D0

Text Example


Text Example

White with #0CD8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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