Shades of Pale Turquoise #B0F0FE
Tints of Pale Turquoise #B0F0FE
RGB
CMYK
RGB Variations
Color information
#B0F0FE (or 0xB0F0FE) is known color: Pale Turquoise. HEX triplet: B0, F0 and FE. RGB value is (176,240,254). Sum of RGB (Red+Green+Blue) = 176+240+254=670 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.27% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0FE is #4F0F01. Grayscale: #DEDEDE. Windows color (decimal): -5181186 or 16707760. OLE color: 16707760.
HSL color Cylindrical-coordinate representation of color #B0F0FE: hue angle of 190.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F0FE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 240 | 254 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.00 |
| HSL | 190.77º | 0.98% | 0.84% | - |
| HSV(B) | 190.77º | 0.31% | 1% | - |
| XYZ | 66.95 | 78.71 | 105.43 | - |
| YUV | 222.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 254 | 0.31 | 0.06 | 0 | 0.00 | 190.77 | 0.98 | 0.84 |
| Hex | B0 | F0 | FE | 1F | 6 | 0 | 0 | BF | 62 | 54 |
| Octal | 260 | 360 | 376 | 37 | 6 | 0 | 0 | 277 | 142 | 124 |
| Binary | 10110000 | 11110000 | 11111110 | 11111 | 110 | 0 | 0 | 10111111 | 1100010 | 1010100 |
Color Harmonies of #B0F0FE
Complementary color
Monochromatic Colors of #B0F0FE
Black with #B0F0FE
Text Example
Text Example
White with #B0F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0FE; }
p { color: rgb(176,240,254); }
H1.HeaderClassName
{
color: #B0F0FE;
}
.AnyTagClassName
{
color: #B0F0FE;
}
</style>
background-color css
<style>
a { background-color: #B0F0FE; }
a { background-color: rgb(176,240,254); }
div.DivClassName
{
background-color: #B0F0FE;
}
.BgClassName
{
background-color: #B0F0FE;
}
</style>
border-color css
<style>
span { border-color: #B0F0FE; }
span { border-color: rgb(176,240,254); }
td.TdClassName
{
border-color: #B0F0FE;
}
.TagClassName
{
border-color: #B0F0FE;
}
</style>