Html Css Color HEX #0CC0DD Dark Turquoise

📋 copy color: '#0CC0DD'

red 12 ◦ green 192 ◦ blue 221

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

Shades of Dark Turquoise #0CC0DD

Tints of Dark Turquoise #0CC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 2.82%
G = 45.18%
B = 52%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CC0DD (or 0x0CC0DD) is known color: Dark Turquoise. HEX triplet: 0C, C0 and DD. RGB value is (12,192,221). Sum of RGB (Red+Green+Blue) = 12+192+221=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CC0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0DD is #F33F22. Grayscale: #8D8D8D. Windows color (decimal): -15941411 or 14532620. OLE color: 14532620.

HSL color Cylindrical-coordinate representation of color #0CC0DD: hue angle of 188.33º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC0DD is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 192 221 -
CMYK 0.95 0.13 0 0.13
HSL 188.33º 0.9% 0.46% -
HSV(B) 188.33º 0.95% 0.87% -
XYZ 32.05 43 75.02 -
YUV 141.49 172.87 35.64 -
System Red Green Blue C M Y K H S L
Decimal 12 192 221 0.95 0.13 0 0.13 188.33 0.9 0.46
Hex C C0 DD 5F D 0 D BC 5A 2E
Octal 14 300 335 137 15 0 15 274 132 56
Binary 1100 11000000 11011101 1011111 1101 0 1101 10111100 1011010 101110

Color Harmonies of #0CC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC0DD

Black with #0CC0DD

Text Example


Text Example

White with #0CC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,192,221); }

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

background-color css

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

 a { background-color: rgb(12,192,221); }

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

border-color css

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

 span { border-color: rgb(12,192,221); }

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