Shades of Bright Turquoise #0BF0CB
Tints of Bright Turquoise #0BF0CB
RGB
CMYK
RGB Variations
Color information
#0BF0CB (or 0x0BF0CB) is known color: Bright Turquoise. HEX triplet: 0B, F0 and CB. RGB value is (11,240,203). Sum of RGB (Red+Green+Blue) = 11+240+203=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF0CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF0CB is #F40F34. Grayscale: #A7A7A7. Windows color (decimal): -15994677 or 13365259. OLE color: 13365259.
HSL color Cylindrical-coordinate representation of color #0BF0CB: hue angle of 170.31º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF0CB is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 203 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.06 |
| HSL | 170.31º | 0.91% | 0.49% | - |
| HSV(B) | 170.31º | 0.95% | 0.94% | - |
| XYZ | 42.08 | 66.7 | 67.16 | - |
| YUV | 167.31 | 148.13 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 203 | 0.95 | 0 | 0.15 | 0.06 | 170.31 | 0.91 | 0.49 |
| Hex | B | F0 | CB | 5F | 0 | F | 6 | AA | 5B | 31 |
| Octal | 13 | 360 | 313 | 137 | 0 | 17 | 6 | 252 | 133 | 61 |
| Binary | 1011 | 11110000 | 11001011 | 1011111 | 0 | 1111 | 110 | 10101010 | 1011011 | 110001 |
Color Harmonies of #0BF0CB
Complementary color
Monochromatic Colors of #0BF0CB
Black with #0BF0CB
Text Example
Text Example
White with #0BF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF0CB; }
p { color: rgb(11,240,203); }
H1.HeaderClassName
{
color: #0BF0CB;
}
.AnyTagClassName
{
color: #0BF0CB;
}
</style>
background-color css
<style>
a { background-color: #0BF0CB; }
a { background-color: rgb(11,240,203); }
div.DivClassName
{
background-color: #0BF0CB;
}
.BgClassName
{
background-color: #0BF0CB;
}
</style>
border-color css
<style>
span { border-color: #0BF0CB; }
span { border-color: rgb(11,240,203); }
td.TdClassName
{
border-color: #0BF0CB;
}
.TagClassName
{
border-color: #0BF0CB;
}
</style>