Shades of Pale Turquoise #B0F4FE
Tints of Pale Turquoise #B0F4FE
RGB
CMYK
RGB Variations
Color information
#B0F4FE (or 0xB0F4FE) is known color: Pale Turquoise. HEX triplet: B0, F4 and FE. RGB value is (176,244,254). Sum of RGB (Red+Green+Blue) = 176+244+254=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F4FE is #4F0B01. Grayscale: #E0E0E0. Windows color (decimal): -5180162 or 16708784. OLE color: 16708784.
HSL color Cylindrical-coordinate representation of color #B0F4FE: hue angle of 187.69º 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 #B0F4FE is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 244 | 254 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.00 |
| HSL | 187.69º | 0.98% | 0.84% | - |
| HSV(B) | 187.69º | 0.31% | 1% | - |
| XYZ | 68.14 | 81.09 | 105.83 | - |
| YUV | 224.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 254 | 0.31 | 0.04 | 0 | 0.00 | 187.69 | 0.98 | 0.84 |
| Hex | B0 | F4 | FE | 1F | 4 | 0 | 0 | BC | 62 | 54 |
| Octal | 260 | 364 | 376 | 37 | 4 | 0 | 0 | 274 | 142 | 124 |
| Binary | 10110000 | 11110100 | 11111110 | 11111 | 100 | 0 | 0 | 10111100 | 1100010 | 1010100 |
Color Harmonies of #B0F4FE
Complementary color
Monochromatic Colors of #B0F4FE
Black with #B0F4FE
Text Example
Text Example
White with #B0F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4FE; }
p { color: rgb(176,244,254); }
H1.HeaderClassName
{
color: #B0F4FE;
}
.AnyTagClassName
{
color: #B0F4FE;
}
</style>
background-color css
<style>
a { background-color: #B0F4FE; }
a { background-color: rgb(176,244,254); }
div.DivClassName
{
background-color: #B0F4FE;
}
.BgClassName
{
background-color: #B0F4FE;
}
</style>
border-color css
<style>
span { border-color: #B0F4FE; }
span { border-color: rgb(176,244,254); }
td.TdClassName
{
border-color: #B0F4FE;
}
.TagClassName
{
border-color: #B0F4FE;
}
</style>