Shades of Dark Turquoise #0BCFD0
Tints of Dark Turquoise #0BCFD0
RGB
CMYK
RGB Variations
Color information
#0BCFD0 (or 0x0BCFD0) is known color: Dark Turquoise. HEX triplet: 0B, CF and D0. RGB value is (11,207,208). Sum of RGB (Red+Green+Blue) = 11+207+208=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #0BCFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFD0 is #F4302F. Grayscale: #949494. Windows color (decimal): -16003120 or 13684491. OLE color: 13684491.
HSL color Cylindrical-coordinate representation of color #0BCFD0: hue angle of 180.3º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFD0 is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 207 | 208 | - |
| CMYK | 0.95 | 0.00 | 0 | 0.18 |
| HSL | 180.3º | 0.9% | 0.43% | - |
| HSV(B) | 180.3º | 0.95% | 0.82% | - |
| XYZ | 33.84 | 49.25 | 67.4 | - |
| YUV | 148.51 | 161.57 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 208 | 0.95 | 0.00 | 0 | 0.18 | 180.3 | 0.9 | 0.43 |
| Hex | B | CF | D0 | 5F | 0 | 0 | 12 | B4 | 5A | 2B |
| Octal | 13 | 317 | 320 | 137 | 0 | 0 | 22 | 264 | 132 | 53 |
| Binary | 1011 | 11001111 | 11010000 | 1011111 | 0 | 0 | 10010 | 10110100 | 1011010 | 101011 |
Color Harmonies of #0BCFD0
Complementary color
Monochromatic Colors of #0BCFD0
Black with #0BCFD0
Text Example
Text Example
White with #0BCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFD0; }
p { color: rgb(11,207,208); }
H1.HeaderClassName
{
color: #0BCFD0;
}
.AnyTagClassName
{
color: #0BCFD0;
}
</style>
background-color css
<style>
a { background-color: #0BCFD0; }
a { background-color: rgb(11,207,208); }
div.DivClassName
{
background-color: #0BCFD0;
}
.BgClassName
{
background-color: #0BCFD0;
}
</style>
border-color css
<style>
span { border-color: #0BCFD0; }
span { border-color: rgb(11,207,208); }
td.TdClassName
{
border-color: #0BCFD0;
}
.TagClassName
{
border-color: #0BCFD0;
}
</style>