Shades of Pale Turquoise #B7F2FA
Tints of Pale Turquoise #B7F2FA
RGB
CMYK
RGB Variations
Color information
#B7F2FA (or 0xB7F2FA) is known color: Pale Turquoise. HEX triplet: B7, F2 and FA. RGB value is (183,242,250). Sum of RGB (Red+Green+Blue) = 183+242+250=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 242 (94.92% from 255 or 35.85% 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 #B7F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2FA is #480D05. Grayscale: #E1E1E1. Windows color (decimal): -4721926 or 16446135. OLE color: 16446135.
HSL color Cylindrical-coordinate representation of color #B7F2FA: hue angle of 187.16º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7F2FA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 242 | 250 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.02 |
| HSL | 187.16º | 0.87% | 0.85% | - |
| HSV(B) | 187.16º | 0.27% | 0.98% | - |
| XYZ | 68.54 | 80.47 | 102.36 | - |
| YUV | 225.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 250 | 0.27 | 0.03 | 0 | 0.02 | 187.16 | 0.87 | 0.85 |
| Hex | B7 | F2 | FA | 1B | 3 | 0 | 2 | BB | 57 | 55 |
| Octal | 267 | 362 | 372 | 33 | 3 | 0 | 2 | 273 | 127 | 125 |
| Binary | 10110111 | 11110010 | 11111010 | 11011 | 11 | 0 | 10 | 10111011 | 1010111 | 1010101 |
Color Harmonies of #B7F2FA
Complementary color
Monochromatic Colors of #B7F2FA
Black with #B7F2FA
Text Example
Text Example
White with #B7F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2FA; }
p { color: rgb(183,242,250); }
H1.HeaderClassName
{
color: #B7F2FA;
}
.AnyTagClassName
{
color: #B7F2FA;
}
</style>
background-color css
<style>
a { background-color: #B7F2FA; }
a { background-color: rgb(183,242,250); }
div.DivClassName
{
background-color: #B7F2FA;
}
.BgClassName
{
background-color: #B7F2FA;
}
</style>
border-color css
<style>
span { border-color: #B7F2FA; }
span { border-color: rgb(183,242,250); }
td.TdClassName
{
border-color: #B7F2FA;
}
.TagClassName
{
border-color: #B7F2FA;
}
</style>