Shades of Dark Turquoise #0BCFEA
Tints of Dark Turquoise #0BCFEA
RGB
CMYK
RGB Variations
Color information
#0BCFEA (or 0x0BCFEA) is known color: Dark Turquoise. HEX triplet: 0B, CF and EA. RGB value is (11,207,234). Sum of RGB (Red+Green+Blue) = 11+207+234=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BCFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFEA is #F43015. Grayscale: #979797. Windows color (decimal): -16003094 or 15388427. OLE color: 15388427.
HSL color Cylindrical-coordinate representation of color #0BCFEA: hue angle of 187.26º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFEA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 207 | 234 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.08 |
| HSL | 187.26º | 0.91% | 0.48% | - |
| HSV(B) | 187.26º | 0.95% | 0.92% | - |
| XYZ | 37.3 | 50.64 | 85.65 | - |
| YUV | 151.47 | 174.57 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 234 | 0.95 | 0.12 | 0 | 0.08 | 187.26 | 0.91 | 0.48 |
| Hex | B | CF | EA | 5F | C | 0 | 8 | BB | 5B | 30 |
| Octal | 13 | 317 | 352 | 137 | 14 | 0 | 10 | 273 | 133 | 60 |
| Binary | 1011 | 11001111 | 11101010 | 1011111 | 1100 | 0 | 1000 | 10111011 | 1011011 | 110000 |
Color Harmonies of #0BCFEA
Complementary color
Monochromatic Colors of #0BCFEA
Black with #0BCFEA
Text Example
Text Example
White with #0BCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFEA; }
p { color: rgb(11,207,234); }
H1.HeaderClassName
{
color: #0BCFEA;
}
.AnyTagClassName
{
color: #0BCFEA;
}
</style>
background-color css
<style>
a { background-color: #0BCFEA; }
a { background-color: rgb(11,207,234); }
div.DivClassName
{
background-color: #0BCFEA;
}
.BgClassName
{
background-color: #0BCFEA;
}
</style>
border-color css
<style>
span { border-color: #0BCFEA; }
span { border-color: rgb(11,207,234); }
td.TdClassName
{
border-color: #0BCFEA;
}
.TagClassName
{
border-color: #0BCFEA;
}
</style>