#0CC2D2

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

Shades of Dark Turquoise #0CC2D2

Tints of Dark Turquoise #0CC2D2

Color information

#0CC2D2 (or 0x0CC2D2) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C2 and D2. RGB value is (12,194,210). Sum of RGB (Red+Green+Blue) = 12+194+210=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #0CC2D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2D2 is #F33D2D. Grayscale: #8D8D8D. Windows color (decimal): -15940910 or 13812236. OLE color: 13812236.

HSL color Cylindrical-coordinate representation of color #0CC2D2: hue angle of 184.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC2D2 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12194210-
CMYK0.940.0800.18
HSL184.85º89.19%43.53%-
HSV(B)184.85º94.29%82.35%-
XYZ31.0843.3167.7-
YUV141.41166.735.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.88%
GREEN value IS 194 (76.17% from 255) = 46.63%
BLUE value IS 210 (82.42% from 255) = 50.48%
R=2.88%
G=46.63%
B=50.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121942100.940.0800.18184.8589.1943.53
HexCC2D25E8012b9592c
Octal143023221361002227113154
Binary1100110000101101001010111101000010010101110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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