Shades of Dark Turquoise #0BCFE0
Tints of Dark Turquoise #0BCFE0
RGB
CMYK
RGB Variations
Color information
#0BCFE0 (or 0x0BCFE0) is known color: Dark Turquoise. HEX triplet: 0B, CF and E0. RGB value is (11,207,224). Sum of RGB (Red+Green+Blue) = 11+207+224=442 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BCFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFE0 is #F4301F. Grayscale: #969696. Windows color (decimal): -16003104 or 14733067. OLE color: 14733067.
HSL color Cylindrical-coordinate representation of color #0BCFE0: hue angle of 184.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFE0 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 207 | 224 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.12 |
| HSL | 184.79º | 0.91% | 0.46% | - |
| HSV(B) | 184.79º | 0.95% | 0.88% | - |
| XYZ | 35.91 | 50.08 | 78.29 | - |
| YUV | 150.33 | 169.57 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 224 | 0.95 | 0.08 | 0 | 0.12 | 184.79 | 0.91 | 0.46 |
| Hex | B | CF | E0 | 5F | 8 | 0 | C | B9 | 5B | 2E |
| Octal | 13 | 317 | 340 | 137 | 10 | 0 | 14 | 271 | 133 | 56 |
| Binary | 1011 | 11001111 | 11100000 | 1011111 | 1000 | 0 | 1100 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0BCFE0
Complementary color
Monochromatic Colors of #0BCFE0
Black with #0BCFE0
Text Example
Text Example
White with #0BCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFE0; }
p { color: rgb(11,207,224); }
H1.HeaderClassName
{
color: #0BCFE0;
}
.AnyTagClassName
{
color: #0BCFE0;
}
</style>
background-color css
<style>
a { background-color: #0BCFE0; }
a { background-color: rgb(11,207,224); }
div.DivClassName
{
background-color: #0BCFE0;
}
.BgClassName
{
background-color: #0BCFE0;
}
</style>
border-color css
<style>
span { border-color: #0BCFE0; }
span { border-color: rgb(11,207,224); }
td.TdClassName
{
border-color: #0BCFE0;
}
.TagClassName
{
border-color: #0BCFE0;
}
</style>