Shades of Dark Turquoise #0BCFDC
Tints of Dark Turquoise #0BCFDC
RGB
CMYK
RGB Variations
Color information
#0BCFDC (or 0x0BCFDC) is known color: Dark Turquoise. HEX triplet: 0B, CF and DC. RGB value is (11,207,220). Sum of RGB (Red+Green+Blue) = 11+207+220=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFDC is #F43023. Grayscale: #959595. Windows color (decimal): -16003108 or 14470923. OLE color: 14470923.
HSL color Cylindrical-coordinate representation of color #0BCFDC: hue angle of 183.73º 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 #0BCFDC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 207 | 220 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.14 |
| HSL | 183.73º | 0.9% | 0.45% | - |
| HSV(B) | 183.73º | 0.95% | 0.86% | - |
| XYZ | 35.37 | 49.86 | 75.47 | - |
| YUV | 149.88 | 167.57 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 220 | 0.95 | 0.06 | 0 | 0.14 | 183.73 | 0.9 | 0.45 |
| Hex | B | CF | DC | 5F | 6 | 0 | E | B8 | 5A | 2D |
| Octal | 13 | 317 | 334 | 137 | 6 | 0 | 16 | 270 | 132 | 55 |
| Binary | 1011 | 11001111 | 11011100 | 1011111 | 110 | 0 | 1110 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCFDC
Complementary color
Monochromatic Colors of #0BCFDC
Black with #0BCFDC
Text Example
Text Example
White with #0BCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFDC; }
p { color: rgb(11,207,220); }
H1.HeaderClassName
{
color: #0BCFDC;
}
.AnyTagClassName
{
color: #0BCFDC;
}
</style>
background-color css
<style>
a { background-color: #0BCFDC; }
a { background-color: rgb(11,207,220); }
div.DivClassName
{
background-color: #0BCFDC;
}
.BgClassName
{
background-color: #0BCFDC;
}
</style>
border-color css
<style>
span { border-color: #0BCFDC; }
span { border-color: rgb(11,207,220); }
td.TdClassName
{
border-color: #0BCFDC;
}
.TagClassName
{
border-color: #0BCFDC;
}
</style>