#0CC2DB

Color #0CC2DB Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #0CC2DB

Tints of Dark Turquoise #0CC2DB

Color information

#0CC2DB (or 0x0CC2DB) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C2 and DB. RGB value is (12,194,219). Sum of RGB (Red+Green+Blue) = 12+194+219=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CC2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2DB is #F33D24. Grayscale: #8E8E8E. Windows color (decimal): -15940901 or 14402060. OLE color: 14402060.

HSL color Cylindrical-coordinate representation of color #0CC2DB: hue angle of 187.25º 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 #0CC2DB is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12194219-
CMYK0.950.1100.14
HSL187.25º89.61%45.29%-
HSV(B)187.25º94.52%85.88%-
XYZ32.2343.7873.77-
YUV142.43171.234.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=2.82%
G=45.65%
B=51.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121942190.950.1100.14187.2589.6145.29
HexCC2DB5FB0Ebb5a2d
Octal143023331371301627313255
Binary110011000010110110111011111101101110101110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CC2DB;
 }
 .AnyTagClassName
 {
   color: #0CC2DB;
 }
</style>
background-color css

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

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

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

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

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

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