#0cd2dd

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

Shades of Dark Turquoise #0CD2DD

Tints of Dark Turquoise #0CD2DD

Color information

#0CD2DD (or 0x0CD2DD) is unknown color: approx Dark Turquoise. HEX triplet: 0C, D2 and DD. RGB value is (12,210,221). Sum of RGB (Red+Green+Blue) = 12+210+221=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CD2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD2DD is #F32D22. Grayscale: #979797. Windows color (decimal): -15936803 or 14537228. OLE color: 14537228.

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

Color convert

RGB12210221-
CMYK0.950.0500.13
HSL183.16º89.7%45.69%-
HSV(B)183.16º94.57%86.67%-
XYZ36.2551.3976.42-
YUV152.05166.928.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.71%
GREEN value IS 210 (82.42% from 255) = 47.40%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=2.71%
G=47.40%
B=49.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122102210.950.0500.13183.1689.745.69
HexCD2DD5F50Db75a2e
Octal14322335137501526713256
Binary11001101001011011101101111110101101101101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cd2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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