Shades of Pale Turquoise #B0F8F4
Tints of Pale Turquoise #B0F8F4
RGB
CMYK
RGB Variations
Color information
#B0F8F4 (or 0xB0F8F4) is known color: Pale Turquoise. HEX triplet: B0, F8 and F4. RGB value is (176,248,244). Sum of RGB (Red+Green+Blue) = 176+248+244=668 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.35% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8F4 is #4F070B. Grayscale: #E1E1E1. Windows color (decimal): -5179148 or 16054448. OLE color: 16054448.
HSL color Cylindrical-coordinate representation of color #B0F8F4: hue angle of 176.67º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8F4 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 244 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.03 |
| HSL | 176.67º | 0.84% | 0.83% | - |
| HSV(B) | 176.67º | 0.29% | 0.97% | - |
| XYZ | 67.8 | 82.9 | 98.02 | - |
| YUV | 226.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 244 | 0.29 | 0 | 0.02 | 0.03 | 176.67 | 0.84 | 0.83 |
| Hex | B0 | F8 | F4 | 1D | 0 | 2 | 3 | B1 | 54 | 53 |
| Octal | 260 | 370 | 364 | 35 | 0 | 2 | 3 | 261 | 124 | 123 |
| Binary | 10110000 | 11111000 | 11110100 | 11101 | 0 | 10 | 11 | 10110001 | 1010100 | 1010011 |
Color Harmonies of #B0F8F4
Complementary color
Monochromatic Colors of #B0F8F4
Black with #B0F8F4
Text Example
Text Example
White with #B0F8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F8F4; }
p { color: rgb(176,248,244); }
H1.HeaderClassName
{
color: #B0F8F4;
}
.AnyTagClassName
{
color: #B0F8F4;
}
</style>
background-color css
<style>
a { background-color: #B0F8F4; }
a { background-color: rgb(176,248,244); }
div.DivClassName
{
background-color: #B0F8F4;
}
.BgClassName
{
background-color: #B0F8F4;
}
</style>
border-color css
<style>
span { border-color: #B0F8F4; }
span { border-color: rgb(176,248,244); }
td.TdClassName
{
border-color: #B0F8F4;
}
.TagClassName
{
border-color: #B0F8F4;
}
</style>