Shades of Bright Turquoise #0BE9CF
Tints of Bright Turquoise #0BE9CF
RGB
CMYK
RGB Variations
Color information
#0BE9CF (or 0x0BE9CF) is known color: Bright Turquoise. HEX triplet: 0B, E9 and CF. RGB value is (11,233,207). Sum of RGB (Red+Green+Blue) = 11+233+207=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE9CF is #F41630. Grayscale: #A3A3A3. Windows color (decimal): -15996465 or 13625611. OLE color: 13625611.
HSL color Cylindrical-coordinate representation of color #0BE9CF: hue angle of 172.97º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE9CF is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 207 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.09 |
| HSL | 172.97º | 0.91% | 0.48% | - |
| HSV(B) | 172.97º | 0.95% | 0.91% | - |
| XYZ | 40.54 | 62.85 | 69.03 | - |
| YUV | 163.66 | 152.45 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 207 | 0.95 | 0 | 0.11 | 0.09 | 172.97 | 0.91 | 0.48 |
| Hex | B | E9 | CF | 5F | 0 | B | 9 | AD | 5B | 30 |
| Octal | 13 | 351 | 317 | 137 | 0 | 13 | 11 | 255 | 133 | 60 |
| Binary | 1011 | 11101001 | 11001111 | 1011111 | 0 | 1011 | 1001 | 10101101 | 1011011 | 110000 |
Color Harmonies of #0BE9CF
Complementary color
Monochromatic Colors of #0BE9CF
Black with #0BE9CF
Text Example
Text Example
White with #0BE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE9CF; }
p { color: rgb(11,233,207); }
H1.HeaderClassName
{
color: #0BE9CF;
}
.AnyTagClassName
{
color: #0BE9CF;
}
</style>
background-color css
<style>
a { background-color: #0BE9CF; }
a { background-color: rgb(11,233,207); }
div.DivClassName
{
background-color: #0BE9CF;
}
.BgClassName
{
background-color: #0BE9CF;
}
</style>
border-color css
<style>
span { border-color: #0BE9CF; }
span { border-color: rgb(11,233,207); }
td.TdClassName
{
border-color: #0BE9CF;
}
.TagClassName
{
border-color: #0BE9CF;
}
</style>