Shades of Pale Turquoise #B5F2FA
Tints of Pale Turquoise #B5F2FA
RGB
CMYK
RGB Variations
Color information
#B5F2FA (or 0xB5F2FA) is known color: Pale Turquoise. HEX triplet: B5, F2 and FA. RGB value is (181,242,250). Sum of RGB (Red+Green+Blue) = 181+242+250=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F2FA is #4A0D05. Grayscale: #E0E0E0. Windows color (decimal): -4852998 or 16446133. OLE color: 16446133.
HSL color Cylindrical-coordinate representation of color #B5F2FA: hue angle of 186.96º degrees, saturation: 0.87, 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 #B5F2FA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 242 | 250 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.02 |
| HSL | 186.96º | 0.87% | 0.85% | - |
| HSV(B) | 186.96º | 0.28% | 0.98% | - |
| XYZ | 68.06 | 80.23 | 102.34 | - |
| YUV | 224.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 250 | 0.28 | 0.03 | 0 | 0.02 | 186.96 | 0.87 | 0.85 |
| Hex | B5 | F2 | FA | 1C | 3 | 0 | 2 | BB | 57 | 55 |
| Octal | 265 | 362 | 372 | 34 | 3 | 0 | 2 | 273 | 127 | 125 |
| Binary | 10110101 | 11110010 | 11111010 | 11100 | 11 | 0 | 10 | 10111011 | 1010111 | 1010101 |
Color Harmonies of #B5F2FA
Complementary color
Monochromatic Colors of #B5F2FA
Black with #B5F2FA
Text Example
Text Example
White with #B5F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2FA; }
p { color: rgb(181,242,250); }
H1.HeaderClassName
{
color: #B5F2FA;
}
.AnyTagClassName
{
color: #B5F2FA;
}
</style>
background-color css
<style>
a { background-color: #B5F2FA; }
a { background-color: rgb(181,242,250); }
div.DivClassName
{
background-color: #B5F2FA;
}
.BgClassName
{
background-color: #B5F2FA;
}
</style>
border-color css
<style>
span { border-color: #B5F2FA; }
span { border-color: rgb(181,242,250); }
td.TdClassName
{
border-color: #B5F2FA;
}
.TagClassName
{
border-color: #B5F2FA;
}
</style>