Shades of Dark Turquoise #0BCFE1
Tints of Dark Turquoise #0BCFE1
RGB
CMYK
RGB Variations
Color information
#0BCFE1 (or 0x0BCFE1) is known color: Dark Turquoise. HEX triplet: 0B, CF and E1. RGB value is (11,207,225). Sum of RGB (Red+Green+Blue) = 11+207+225=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BCFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFE1 is #F4301E. Grayscale: #969696. Windows color (decimal): -16003103 or 14798603. OLE color: 14798603.
HSL color Cylindrical-coordinate representation of color #0BCFE1: hue angle of 185.05º 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 #0BCFE1 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 207 | 225 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.12 |
| HSL | 185.05º | 0.91% | 0.46% | - |
| HSV(B) | 185.05º | 0.95% | 0.88% | - |
| XYZ | 36.04 | 50.13 | 79.01 | - |
| YUV | 150.45 | 170.07 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 225 | 0.95 | 0.08 | 0 | 0.12 | 185.05 | 0.91 | 0.46 |
| Hex | B | CF | E1 | 5F | 8 | 0 | C | B9 | 5B | 2E |
| Octal | 13 | 317 | 341 | 137 | 10 | 0 | 14 | 271 | 133 | 56 |
| Binary | 1011 | 11001111 | 11100001 | 1011111 | 1000 | 0 | 1100 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0BCFE1
Complementary color
Monochromatic Colors of #0BCFE1
Black with #0BCFE1
Text Example
Text Example
White with #0BCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFE1; }
p { color: rgb(11,207,225); }
H1.HeaderClassName
{
color: #0BCFE1;
}
.AnyTagClassName
{
color: #0BCFE1;
}
</style>
background-color css
<style>
a { background-color: #0BCFE1; }
a { background-color: rgb(11,207,225); }
div.DivClassName
{
background-color: #0BCFE1;
}
.BgClassName
{
background-color: #0BCFE1;
}
</style>
border-color css
<style>
span { border-color: #0BCFE1; }
span { border-color: rgb(11,207,225); }
td.TdClassName
{
border-color: #0BCFE1;
}
.TagClassName
{
border-color: #0BCFE1;
}
</style>