Shades of Pale Turquoise #B4FAF9
Tints of Pale Turquoise #B4FAF9
RGB
CMYK
RGB Variations
Color information
#B4FAF9 (or 0xB4FAF9) is known color: Pale Turquoise. HEX triplet: B4, FA and F9. RGB value is (180,250,249). Sum of RGB (Red+Green+Blue) = 180+250+249=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAF9 is #4B0506. Grayscale: #E4E4E4. Windows color (decimal): -4916487 or 16382644. OLE color: 16382644.
HSL color Cylindrical-coordinate representation of color #B4FAF9: hue angle of 179.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAF9 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 249 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.02 |
| HSL | 179.14º | 0.88% | 0.84% | - |
| HSV(B) | 179.14º | 0.28% | 0.98% | - |
| XYZ | 70.11 | 84.91 | 102.32 | - |
| YUV | 228.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 249 | 0.28 | 0 | 0.00 | 0.02 | 179.14 | 0.88 | 0.84 |
| Hex | B4 | FA | F9 | 1C | 0 | 0 | 2 | B3 | 58 | 54 |
| Octal | 264 | 372 | 371 | 34 | 0 | 0 | 2 | 263 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11111001 | 11100 | 0 | 0 | 10 | 10110011 | 1011000 | 1010100 |
Color Harmonies of #B4FAF9
Complementary color
Monochromatic Colors of #B4FAF9
Black with #B4FAF9
Text Example
Text Example
White with #B4FAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAF9; }
p { color: rgb(180,250,249); }
H1.HeaderClassName
{
color: #B4FAF9;
}
.AnyTagClassName
{
color: #B4FAF9;
}
</style>
background-color css
<style>
a { background-color: #B4FAF9; }
a { background-color: rgb(180,250,249); }
div.DivClassName
{
background-color: #B4FAF9;
}
.BgClassName
{
background-color: #B4FAF9;
}
</style>
border-color css
<style>
span { border-color: #B4FAF9; }
span { border-color: rgb(180,250,249); }
td.TdClassName
{
border-color: #B4FAF9;
}
.TagClassName
{
border-color: #B4FAF9;
}
</style>