Shades of Dark Turquoise #0CBFDF
Tints of Dark Turquoise #0CBFDF
RGB
CMYK
RGB Variations
Color information
#0CBFDF (or 0x0CBFDF) is known color: Dark Turquoise. HEX triplet: 0C, BF and DF. RGB value is (12,191,223). Sum of RGB (Red+Green+Blue) = 12+191+223=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CBFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFDF is #F34020. Grayscale: #8C8C8C. Windows color (decimal): -15941665 or 14663436. OLE color: 14663436.
HSL color Cylindrical-coordinate representation of color #0CBFDF: hue angle of 189.1º 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 #0CBFDF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 191 | 223 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 189.1º | 0.9% | 0.46% | - |
| HSV(B) | 189.1º | 0.95% | 0.87% | - |
| XYZ | 32.1 | 42.67 | 76.36 | - |
| YUV | 141.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 223 | 0.95 | 0.14 | 0 | 0.13 | 189.1 | 0.9 | 0.46 |
| Hex | C | BF | DF | 5F | E | 0 | D | BD | 5A | 2E |
| Octal | 14 | 277 | 337 | 137 | 16 | 0 | 15 | 275 | 132 | 56 |
| Binary | 1100 | 10111111 | 11011111 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011010 | 101110 |
Color Harmonies of #0CBFDF
Complementary color
Monochromatic Colors of #0CBFDF
Black with #0CBFDF
Text Example
Text Example
White with #0CBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFDF; }
p { color: rgb(12,191,223); }
H1.HeaderClassName
{
color: #0CBFDF;
}
.AnyTagClassName
{
color: #0CBFDF;
}
</style>
background-color css
<style>
a { background-color: #0CBFDF; }
a { background-color: rgb(12,191,223); }
div.DivClassName
{
background-color: #0CBFDF;
}
.BgClassName
{
background-color: #0CBFDF;
}
</style>
border-color css
<style>
span { border-color: #0CBFDF; }
span { border-color: rgb(12,191,223); }
td.TdClassName
{
border-color: #0CBFDF;
}
.TagClassName
{
border-color: #0CBFDF;
}
</style>