#0CC1DD

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

Shades of Dark Turquoise #0CC1DD

Tints of Dark Turquoise #0CC1DD

Color information

#0CC1DD (or 0x0CC1DD) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C1 and DD. RGB value is (12,193,221). Sum of RGB (Red+Green+Blue) = 12+193+221=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CC1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC1DD is #F33E22. Grayscale: #8D8D8D. Windows color (decimal): -15941155 or 14532876. OLE color: 14532876.

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

Color convert

RGB12193221-
CMYK0.950.1300.13
HSL188.04º89.7%45.69%-
HSV(B)188.04º94.57%86.67%-
XYZ32.2743.4475.09-
YUV142.07172.5335.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 193 (75.78% from 255) = 45.31%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=2.82%
G=45.31%
B=51.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121932210.950.1300.13188.0489.745.69
HexCC1DD5FD0Dbc5a2e
Octal143013351371501527413256
Binary110011000001110111011011111110101101101111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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