Shades of Pale Turquoise #B7F9F1
Tints of Pale Turquoise #B7F9F1
RGB
CMYK
RGB Variations
Color information
#B7F9F1 (or 0xB7F9F1) is known color: Pale Turquoise. HEX triplet: B7, F9 and F1. RGB value is (183,249,241). Sum of RGB (Red+Green+Blue) = 183+249+241=673 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.19% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F9F1 is #48060E. Grayscale: #E4E4E4. Windows color (decimal): -4720143 or 15858103. OLE color: 15858103.
HSL color Cylindrical-coordinate representation of color #B7F9F1: hue angle of 172.73º degrees, saturation: 0.85, 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 #B7F9F1 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 249 | 241 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.02 |
| HSL | 172.73º | 0.85% | 0.85% | - |
| HSV(B) | 172.73º | 0.27% | 0.98% | - |
| XYZ | 69.28 | 84.17 | 95.81 | - |
| YUV | 228.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 249 | 241 | 0.27 | 0 | 0.03 | 0.02 | 172.73 | 0.85 | 0.85 |
| Hex | B7 | F9 | F1 | 1B | 0 | 3 | 2 | AD | 55 | 55 |
| Octal | 267 | 371 | 361 | 33 | 0 | 3 | 2 | 255 | 125 | 125 |
| Binary | 10110111 | 11111001 | 11110001 | 11011 | 0 | 11 | 10 | 10101101 | 1010101 | 1010101 |
Color Harmonies of #B7F9F1
Complementary color
Monochromatic Colors of #B7F9F1
Black with #B7F9F1
Text Example
Text Example
White with #B7F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F9F1; }
p { color: rgb(183,249,241); }
H1.HeaderClassName
{
color: #B7F9F1;
}
.AnyTagClassName
{
color: #B7F9F1;
}
</style>
background-color css
<style>
a { background-color: #B7F9F1; }
a { background-color: rgb(183,249,241); }
div.DivClassName
{
background-color: #B7F9F1;
}
.BgClassName
{
background-color: #B7F9F1;
}
</style>
border-color css
<style>
span { border-color: #B7F9F1; }
span { border-color: rgb(183,249,241); }
td.TdClassName
{
border-color: #B7F9F1;
}
.TagClassName
{
border-color: #B7F9F1;
}
</style>