Shades of Pale Turquoise #B0F0F4
Tints of Pale Turquoise #B0F0F4
RGB
CMYK
RGB Variations
Color information
#B0F0F4 (or 0xB0F0F4) is known color: Pale Turquoise. HEX triplet: B0, F0 and F4. RGB value is (176,240,244). Sum of RGB (Red+Green+Blue) = 176+240+244=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0F0F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0F4 is #4F0F0B. Grayscale: #DDDDDD. Windows color (decimal): -5181196 or 16052400. OLE color: 16052400.
HSL color Cylindrical-coordinate representation of color #B0F0F4: hue angle of 183.53º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F0F4 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 240 | 244 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.04 |
| HSL | 183.53º | 0.76% | 0.82% | - |
| HSV(B) | 183.53º | 0.28% | 0.96% | - |
| XYZ | 65.39 | 78.08 | 97.21 | - |
| YUV | 221.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 244 | 0.28 | 0.02 | 0 | 0.04 | 183.53 | 0.76 | 0.82 |
| Hex | B0 | F0 | F4 | 1C | 2 | 0 | 4 | B8 | 4C | 52 |
| Octal | 260 | 360 | 364 | 34 | 2 | 0 | 4 | 270 | 114 | 122 |
| Binary | 10110000 | 11110000 | 11110100 | 11100 | 10 | 0 | 100 | 10111000 | 1001100 | 1010010 |
Color Harmonies of #B0F0F4
Complementary color
Monochromatic Colors of #B0F0F4
Black with #B0F0F4
Text Example
Text Example
White with #B0F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0F4; }
p { color: rgb(176,240,244); }
H1.HeaderClassName
{
color: #B0F0F4;
}
.AnyTagClassName
{
color: #B0F0F4;
}
</style>
background-color css
<style>
a { background-color: #B0F0F4; }
a { background-color: rgb(176,240,244); }
div.DivClassName
{
background-color: #B0F0F4;
}
.BgClassName
{
background-color: #B0F0F4;
}
</style>
border-color css
<style>
span { border-color: #B0F0F4; }
span { border-color: rgb(176,240,244); }
td.TdClassName
{
border-color: #B0F0F4;
}
.TagClassName
{
border-color: #B0F0F4;
}
</style>