Shades of Pale Turquoise #B4FBF6
Tints of Pale Turquoise #B4FBF6
RGB
CMYK
RGB Variations
Color information
#B4FBF6 (or 0xB4FBF6) is known color: Pale Turquoise. HEX triplet: B4, FB and F6. RGB value is (180,251,246). Sum of RGB (Red+Green+Blue) = 180+251+246=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBF6 is #4B0409. Grayscale: #E5E5E5. Windows color (decimal): -4916234 or 16186292. OLE color: 16186292.
HSL color Cylindrical-coordinate representation of color #B4FBF6: hue angle of 175.77º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBF6 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 246 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.02 |
| HSL | 175.77º | 0.9% | 0.85% | - |
| HSV(B) | 175.77º | 0.28% | 0.98% | - |
| XYZ | 69.95 | 85.35 | 99.98 | - |
| YUV | 229.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 246 | 0.28 | 0 | 0.02 | 0.02 | 175.77 | 0.9 | 0.85 |
| Hex | B4 | FB | F6 | 1C | 0 | 2 | 2 | B0 | 5A | 55 |
| Octal | 264 | 373 | 366 | 34 | 0 | 2 | 2 | 260 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11110110 | 11100 | 0 | 10 | 10 | 10110000 | 1011010 | 1010101 |
Color Harmonies of #B4FBF6
Complementary color
Monochromatic Colors of #B4FBF6
Black with #B4FBF6
Text Example
Text Example
White with #B4FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBF6; }
p { color: rgb(180,251,246); }
H1.HeaderClassName
{
color: #B4FBF6;
}
.AnyTagClassName
{
color: #B4FBF6;
}
</style>
background-color css
<style>
a { background-color: #B4FBF6; }
a { background-color: rgb(180,251,246); }
div.DivClassName
{
background-color: #B4FBF6;
}
.BgClassName
{
background-color: #B4FBF6;
}
</style>
border-color css
<style>
span { border-color: #B4FBF6; }
span { border-color: rgb(180,251,246); }
td.TdClassName
{
border-color: #B4FBF6;
}
.TagClassName
{
border-color: #B4FBF6;
}
</style>