Shades of Pale Turquoise #B7F1FA
Tints of Pale Turquoise #B7F1FA
RGB
CMYK
RGB Variations
Color information
#B7F1FA (or 0xB7F1FA) is known color: Pale Turquoise. HEX triplet: B7, F1 and FA. RGB value is (183,241,250). Sum of RGB (Red+Green+Blue) = 183+241+250=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F1FA is #480E05. Grayscale: #E0E0E0. Windows color (decimal): -4722182 or 16445879. OLE color: 16445879.
HSL color Cylindrical-coordinate representation of color #B7F1FA: hue angle of 188.06º 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 #B7F1FA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 241 | 250 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.02 |
| HSL | 188.06º | 0.87% | 0.85% | - |
| HSV(B) | 188.06º | 0.27% | 0.98% | - |
| XYZ | 68.24 | 79.88 | 102.26 | - |
| YUV | 224.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 250 | 0.27 | 0.04 | 0 | 0.02 | 188.06 | 0.87 | 0.85 |
| Hex | B7 | F1 | FA | 1B | 4 | 0 | 2 | BC | 57 | 55 |
| Octal | 267 | 361 | 372 | 33 | 4 | 0 | 2 | 274 | 127 | 125 |
| Binary | 10110111 | 11110001 | 11111010 | 11011 | 100 | 0 | 10 | 10111100 | 1010111 | 1010101 |
Color Harmonies of #B7F1FA
Complementary color
Monochromatic Colors of #B7F1FA
Black with #B7F1FA
Text Example
Text Example
White with #B7F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F1FA; }
p { color: rgb(183,241,250); }
H1.HeaderClassName
{
color: #B7F1FA;
}
.AnyTagClassName
{
color: #B7F1FA;
}
</style>
background-color css
<style>
a { background-color: #B7F1FA; }
a { background-color: rgb(183,241,250); }
div.DivClassName
{
background-color: #B7F1FA;
}
.BgClassName
{
background-color: #B7F1FA;
}
</style>
border-color css
<style>
span { border-color: #B7F1FA; }
span { border-color: rgb(183,241,250); }
td.TdClassName
{
border-color: #B7F1FA;
}
.TagClassName
{
border-color: #B7F1FA;
}
</style>