Shades of Dark Turquoise #0BCFE2
Tints of Dark Turquoise #0BCFE2
RGB
CMYK
RGB Variations
Color information
#0BCFE2 (or 0x0BCFE2) is known color: Dark Turquoise. HEX triplet: 0B, CF and E2. RGB value is (11,207,226). Sum of RGB (Red+Green+Blue) = 11+207+226=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #0BCFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFE2 is #F4301D. Grayscale: #969696. Windows color (decimal): -16003102 or 14864139. OLE color: 14864139.
HSL color Cylindrical-coordinate representation of color #0BCFE2: hue angle of 185.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFE2 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 207 | 226 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.11 |
| HSL | 185.3º | 0.91% | 0.46% | - |
| HSV(B) | 185.3º | 0.95% | 0.89% | - |
| XYZ | 36.18 | 50.19 | 79.73 | - |
| YUV | 150.56 | 170.57 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 226 | 0.95 | 0.08 | 0 | 0.11 | 185.3 | 0.91 | 0.46 |
| Hex | B | CF | E2 | 5F | 8 | 0 | B | B9 | 5B | 2E |
| Octal | 13 | 317 | 342 | 137 | 10 | 0 | 13 | 271 | 133 | 56 |
| Binary | 1011 | 11001111 | 11100010 | 1011111 | 1000 | 0 | 1011 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0BCFE2
Complementary color
Monochromatic Colors of #0BCFE2
Black with #0BCFE2
Text Example
Text Example
White with #0BCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFE2; }
p { color: rgb(11,207,226); }
H1.HeaderClassName
{
color: #0BCFE2;
}
.AnyTagClassName
{
color: #0BCFE2;
}
</style>
background-color css
<style>
a { background-color: #0BCFE2; }
a { background-color: rgb(11,207,226); }
div.DivClassName
{
background-color: #0BCFE2;
}
.BgClassName
{
background-color: #0BCFE2;
}
</style>
border-color css
<style>
span { border-color: #0BCFE2; }
span { border-color: rgb(11,207,226); }
td.TdClassName
{
border-color: #0BCFE2;
}
.TagClassName
{
border-color: #0BCFE2;
}
</style>