Shades of Bright Turquoise #0FFBCB
Tints of Bright Turquoise #0FFBCB
RGB
CMYK
RGB Variations
Color information
#0FFBCB (or 0x0FFBCB) is known color: Bright Turquoise. HEX triplet: 0F, FB and CB. RGB value is (15,251,203). Sum of RGB (Red+Green+Blue) = 15+251+203=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBCB is #F00434. Grayscale: #AEAEAE. Windows color (decimal): -15729717 or 13368079. OLE color: 13368079.
HSL color Cylindrical-coordinate representation of color #0FFBCB: hue angle of 167.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBCB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 203 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.02 |
| HSL | 167.8º | 0.97% | 0.52% | - |
| HSV(B) | 167.8º | 0.94% | 0.98% | - |
| XYZ | 45.47 | 73.41 | 68.27 | - |
| YUV | 174.96 | 143.81 | 13.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 203 | 0.94 | 0 | 0.19 | 0.02 | 167.8 | 0.97 | 0.52 |
| Hex | F | FB | CB | 5E | 0 | 13 | 2 | A8 | 61 | 34 |
| Octal | 17 | 373 | 313 | 136 | 0 | 23 | 2 | 250 | 141 | 64 |
| Binary | 1111 | 11111011 | 11001011 | 1011110 | 0 | 10011 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #0FFBCB
Complementary color
Monochromatic Colors of #0FFBCB
Black with #0FFBCB
Text Example
Text Example
White with #0FFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBCB; }
p { color: rgb(15,251,203); }
H1.HeaderClassName
{
color: #0FFBCB;
}
.AnyTagClassName
{
color: #0FFBCB;
}
</style>
background-color css
<style>
a { background-color: #0FFBCB; }
a { background-color: rgb(15,251,203); }
div.DivClassName
{
background-color: #0FFBCB;
}
.BgClassName
{
background-color: #0FFBCB;
}
</style>
border-color css
<style>
span { border-color: #0FFBCB; }
span { border-color: rgb(15,251,203); }
td.TdClassName
{
border-color: #0FFBCB;
}
.TagClassName
{
border-color: #0FFBCB;
}
</style>