#0CCDD0

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

Shades of Dark Turquoise #0CCDD0

Tints of Dark Turquoise #0CCDD0

Color information

#0CCDD0 (or 0x0CCDD0) is unknown color: approx Dark Turquoise. HEX triplet: 0C, CD and D0. RGB value is (12,205,208). Sum of RGB (Red+Green+Blue) = 12+205+208=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #0CCDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDD0 is #F3322F. Grayscale: #939393. Windows color (decimal): -15938096 or 13683980. OLE color: 13683980.

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

Color convert

RGB12205208-
CMYK0.940.0100.18
HSL180.92º89.09%43.14%-
HSV(B)180.92º94.23%81.57%-
XYZ33.3748.2967.24-
YUV147.64162.0631.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=2.82%
G=48.24%
B=48.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122052080.940.0100.18180.9289.0943.14
HexCCDD05E1012b5592b
Octal14315320136102226513153
Binary1100110011011101000010111101010010101101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,205,208); }

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

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

 a { background-color: rgb(12,205,208); }

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

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

 span { border-color: rgb(12,205,208); }

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