Shades of Bright Turquoise #0FFFCB
Tints of Bright Turquoise #0FFFCB
RGB
CMYK
RGB Variations
Color information
#0FFFCB (or 0x0FFFCB) is known color: Bright Turquoise. HEX triplet: 0F, FF and CB. RGB value is (15,255,203). Sum of RGB (Red+Green+Blue) = 15+255+203=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFCB is #F00034. Grayscale: #B1B1B1. Windows color (decimal): -15728693 or 13369103. OLE color: 13369103.
HSL color Cylindrical-coordinate representation of color #0FFFCB: hue angle of 167º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFCB is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 203 | - |
| CMYK | 0.94 | 0 | 0.20 | 0 |
| HSL | 167º | 1% | 0.53% | - |
| HSV(B) | 167º | 0.94% | 1% | - |
| XYZ | 46.74 | 75.93 | 68.69 | - |
| YUV | 177.31 | 142.49 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 203 | 0.94 | 0 | 0.20 | 0 | 167 | 1 | 0.53 |
| Hex | F | FF | CB | 5E | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 17 | 377 | 313 | 136 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 1111 | 11111111 | 11001011 | 1011110 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #0FFFCB
Complementary color
Monochromatic Colors of #0FFFCB
Black with #0FFFCB
Text Example
Text Example
White with #0FFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFCB; }
p { color: rgb(15,255,203); }
H1.HeaderClassName
{
color: #0FFFCB;
}
.AnyTagClassName
{
color: #0FFFCB;
}
</style>
background-color css
<style>
a { background-color: #0FFFCB; }
a { background-color: rgb(15,255,203); }
div.DivClassName
{
background-color: #0FFFCB;
}
.BgClassName
{
background-color: #0FFFCB;
}
</style>
border-color css
<style>
span { border-color: #0FFFCB; }
span { border-color: rgb(15,255,203); }
td.TdClassName
{
border-color: #0FFFCB;
}
.TagClassName
{
border-color: #0FFFCB;
}
</style>