Shades of Pale Turquoise #B4F5FA
Tints of Pale Turquoise #B4F5FA
RGB
CMYK
RGB Variations
Color information
#B4F5FA (or 0xB4F5FA) is known color: Pale Turquoise. HEX triplet: B4, F5 and FA. RGB value is (180,245,250). Sum of RGB (Red+Green+Blue) = 180+245+250=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4F5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F5FA is #4B0A05. Grayscale: #E2E2E2. Windows color (decimal): -4917766 or 16446900. OLE color: 16446900.
HSL color Cylindrical-coordinate representation of color #B4F5FA: hue angle of 184.29º 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 #B4F5FA is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 245 | 250 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.02 |
| HSL | 184.29º | 0.88% | 0.84% | - |
| HSV(B) | 184.29º | 0.28% | 0.98% | - |
| XYZ | 68.73 | 81.91 | 102.63 | - |
| YUV | 226.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 250 | 0.28 | 0.02 | 0 | 0.02 | 184.29 | 0.88 | 0.84 |
| Hex | B4 | F5 | FA | 1C | 2 | 0 | 2 | B8 | 58 | 54 |
| Octal | 264 | 365 | 372 | 34 | 2 | 0 | 2 | 270 | 130 | 124 |
| Binary | 10110100 | 11110101 | 11111010 | 11100 | 10 | 0 | 10 | 10111000 | 1011000 | 1010100 |
Color Harmonies of #B4F5FA
Complementary color
Monochromatic Colors of #B4F5FA
Black with #B4F5FA
Text Example
Text Example
White with #B4F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5FA; }
p { color: rgb(180,245,250); }
H1.HeaderClassName
{
color: #B4F5FA;
}
.AnyTagClassName
{
color: #B4F5FA;
}
</style>
background-color css
<style>
a { background-color: #B4F5FA; }
a { background-color: rgb(180,245,250); }
div.DivClassName
{
background-color: #B4F5FA;
}
.BgClassName
{
background-color: #B4F5FA;
}
</style>
border-color css
<style>
span { border-color: #B4F5FA; }
span { border-color: rgb(180,245,250); }
td.TdClassName
{
border-color: #B4F5FA;
}
.TagClassName
{
border-color: #B4F5FA;
}
</style>