Shades of Dark Turquoise #0CBFDD
Tints of Dark Turquoise #0CBFDD
RGB
CMYK
RGB Variations
Color information
#0CBFDD (or 0x0CBFDD) is known color: Dark Turquoise. HEX triplet: 0C, BF and DD. RGB value is (12,191,221). Sum of RGB (Red+Green+Blue) = 12+191+221=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CBFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFDD is #F34022. Grayscale: #8C8C8C. Windows color (decimal): -15941667 or 14532364. OLE color: 14532364.
HSL color Cylindrical-coordinate representation of color #0CBFDD: hue angle of 188.61º 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 #0CBFDD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 191 | 221 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 188.61º | 0.9% | 0.46% | - |
| HSV(B) | 188.61º | 0.95% | 0.87% | - |
| XYZ | 31.83 | 42.56 | 74.94 | - |
| YUV | 140.9 | 173.2 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 221 | 0.95 | 0.14 | 0 | 0.13 | 188.61 | 0.9 | 0.46 |
| Hex | C | BF | DD | 5F | E | 0 | D | BD | 5A | 2E |
| Octal | 14 | 277 | 335 | 137 | 16 | 0 | 15 | 275 | 132 | 56 |
| Binary | 1100 | 10111111 | 11011101 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011010 | 101110 |
Color Harmonies of #0CBFDD
Complementary color
Monochromatic Colors of #0CBFDD
Black with #0CBFDD
Text Example
Text Example
White with #0CBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFDD; }
p { color: rgb(12,191,221); }
H1.HeaderClassName
{
color: #0CBFDD;
}
.AnyTagClassName
{
color: #0CBFDD;
}
</style>
background-color css
<style>
a { background-color: #0CBFDD; }
a { background-color: rgb(12,191,221); }
div.DivClassName
{
background-color: #0CBFDD;
}
.BgClassName
{
background-color: #0CBFDD;
}
</style>
border-color css
<style>
span { border-color: #0CBFDD; }
span { border-color: rgb(12,191,221); }
td.TdClassName
{
border-color: #0CBFDD;
}
.TagClassName
{
border-color: #0CBFDD;
}
</style>