Shades of Dark Turquoise #0CCFDB
Tints of Dark Turquoise #0CCFDB
RGB
CMYK
RGB Variations
Color information
#0CCFDB (or 0x0CCFDB) is known color: Dark Turquoise. HEX triplet: 0C, CF and DB. RGB value is (12,207,219). Sum of RGB (Red+Green+Blue) = 12+207+219=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CCFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFDB is #F33024. Grayscale: #959595. Windows color (decimal): -15937573 or 14405388. OLE color: 14405388.
HSL color Cylindrical-coordinate representation of color #0CCFDB: hue angle of 183.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCFDB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 207 | 219 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 183.48º | 0.9% | 0.45% | - |
| HSV(B) | 183.48º | 0.95% | 0.86% | - |
| XYZ | 35.25 | 49.82 | 74.78 | - |
| YUV | 150.06 | 166.9 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 219 | 0.95 | 0.05 | 0 | 0.14 | 183.48 | 0.9 | 0.45 |
| Hex | C | CF | DB | 5F | 5 | 0 | E | B7 | 5A | 2D |
| Octal | 14 | 317 | 333 | 137 | 5 | 0 | 16 | 267 | 132 | 55 |
| Binary | 1100 | 11001111 | 11011011 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011010 | 101101 |
Color Harmonies of #0CCFDB
Complementary color
Monochromatic Colors of #0CCFDB
Black with #0CCFDB
Text Example
Text Example
White with #0CCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFDB; }
p { color: rgb(12,207,219); }
H1.HeaderClassName
{
color: #0CCFDB;
}
.AnyTagClassName
{
color: #0CCFDB;
}
</style>
background-color css
<style>
a { background-color: #0CCFDB; }
a { background-color: rgb(12,207,219); }
div.DivClassName
{
background-color: #0CCFDB;
}
.BgClassName
{
background-color: #0CCFDB;
}
</style>
border-color css
<style>
span { border-color: #0CCFDB; }
span { border-color: rgb(12,207,219); }
td.TdClassName
{
border-color: #0CCFDB;
}
.TagClassName
{
border-color: #0CCFDB;
}
</style>