Shades of Dark Turquoise #0CCCDE
Tints of Dark Turquoise #0CCCDE
RGB
CMYK
RGB Variations
Color information
#0CCCDE (or 0x0CCCDE) is known color: Dark Turquoise. HEX triplet: 0C, CC and DE. RGB value is (12,204,222). Sum of RGB (Red+Green+Blue) = 12+204+222=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CCCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCDE is #F33321. Grayscale: #949494. Windows color (decimal): -15938338 or 14601228. OLE color: 14601228.
HSL color Cylindrical-coordinate representation of color #0CCCDE: hue angle of 185.14º 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 #0CCCDE is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 204 | 222 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 185.14º | 0.9% | 0.46% | - |
| HSV(B) | 185.14º | 0.95% | 0.87% | - |
| XYZ | 34.93 | 48.54 | 76.64 | - |
| YUV | 148.64 | 169.39 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 222 | 0.95 | 0.08 | 0 | 0.13 | 185.14 | 0.9 | 0.46 |
| Hex | C | CC | DE | 5F | 8 | 0 | D | B9 | 5A | 2E |
| Octal | 14 | 314 | 336 | 137 | 10 | 0 | 15 | 271 | 132 | 56 |
| Binary | 1100 | 11001100 | 11011110 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011010 | 101110 |
Color Harmonies of #0CCCDE
Complementary color
Monochromatic Colors of #0CCCDE
Black with #0CCCDE
Text Example
Text Example
White with #0CCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCDE; }
p { color: rgb(12,204,222); }
H1.HeaderClassName
{
color: #0CCCDE;
}
.AnyTagClassName
{
color: #0CCCDE;
}
</style>
background-color css
<style>
a { background-color: #0CCCDE; }
a { background-color: rgb(12,204,222); }
div.DivClassName
{
background-color: #0CCCDE;
}
.BgClassName
{
background-color: #0CCCDE;
}
</style>
border-color css
<style>
span { border-color: #0CCCDE; }
span { border-color: rgb(12,204,222); }
td.TdClassName
{
border-color: #0CCCDE;
}
.TagClassName
{
border-color: #0CCCDE;
}
</style>