Shades of Pale Turquoise #B4F4F6
Tints of Pale Turquoise #B4F4F6
RGB
CMYK
RGB Variations
Color information
#B4F4F6 (or 0xB4F4F6) is known color: Pale Turquoise. HEX triplet: B4, F4 and F6. RGB value is (180,244,246). Sum of RGB (Red+Green+Blue) = 180+244+246=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4F4F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F4F6 is #4B0B09. Grayscale: #E1E1E1. Windows color (decimal): -4918026 or 16184500. OLE color: 16184500.
HSL color Cylindrical-coordinate representation of color #B4F4F6: hue angle of 181.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F4F6 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 244 | 246 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.04 |
| HSL | 181.82º | 0.79% | 0.84% | - |
| HSV(B) | 181.82º | 0.27% | 0.96% | - |
| XYZ | 67.81 | 81.06 | 99.26 | - |
| YUV | 225.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 244 | 246 | 0.27 | 0.01 | 0 | 0.04 | 181.82 | 0.79 | 0.84 |
| Hex | B4 | F4 | F6 | 1B | 1 | 0 | 4 | B6 | 4F | 54 |
| Octal | 264 | 364 | 366 | 33 | 1 | 0 | 4 | 266 | 117 | 124 |
| Binary | 10110100 | 11110100 | 11110110 | 11011 | 1 | 0 | 100 | 10110110 | 1001111 | 1010100 |
Color Harmonies of #B4F4F6
Complementary color
Monochromatic Colors of #B4F4F6
Black with #B4F4F6
Text Example
Text Example
White with #B4F4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F4F6; }
p { color: rgb(180,244,246); }
H1.HeaderClassName
{
color: #B4F4F6;
}
.AnyTagClassName
{
color: #B4F4F6;
}
</style>
background-color css
<style>
a { background-color: #B4F4F6; }
a { background-color: rgb(180,244,246); }
div.DivClassName
{
background-color: #B4F4F6;
}
.BgClassName
{
background-color: #B4F4F6;
}
</style>
border-color css
<style>
span { border-color: #B4F4F6; }
span { border-color: rgb(180,244,246); }
td.TdClassName
{
border-color: #B4F4F6;
}
.TagClassName
{
border-color: #B4F4F6;
}
</style>