Html Css Color HEX #0CD8CF Dark Turquoise

📋 copy color: '#0CD8CF'

red 12 ◦ green 216 ◦ blue 207

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

Shades of Dark Turquoise #0CD8CF

Tints of Dark Turquoise #0CD8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 2.76%
G = 49.66%
B = 47.59%

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

#0CD8CF (or 0x0CD8CF) is known color: Dark Turquoise. HEX triplet: 0C, D8 and CF. RGB value is (12,216,207). Sum of RGB (Red+Green+Blue) = 12+216+207=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD8CF is #F32730. Grayscale: #999999. Windows color (decimal): -15935281 or 13621260. OLE color: 13621260.

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

Color convert

RGB 12 216 207 -
CMYK 0.94 0 0.04 0.15
HSL 177.35º 0.89% 0.45% -
HSV(B) 177.35º 0.94% 0.85% -
XYZ 35.97 53.69 67.5 -
YUV 153.98 157.91 26.73 -
System Red Green Blue C M Y K H S L
Decimal 12 216 207 0.94 0 0.04 0.15 177.35 0.89 0.45
Hex C D8 CF 5E 0 4 F B1 59 2D
Octal 14 330 317 136 0 4 17 261 131 55
Binary 1100 11011000 11001111 1011110 0 100 1111 10110001 1011001 101101

Color Harmonies of #0CD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD8CF

Black with #0CD8CF

Text Example


Text Example

White with #0CD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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