Shades of Pale Turquoise #B7F0F9
Tints of Pale Turquoise #B7F0F9
RGB
CMYK
RGB Variations
Color information
#B7F0F9 (or 0xB7F0F9) is known color: Pale Turquoise. HEX triplet: B7, F0 and F9. RGB value is (183,240,249). Sum of RGB (Red+Green+Blue) = 183+240+249=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7F0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F0F9 is #480F06. Grayscale: #DFDFDF. Windows color (decimal): -4722439 or 16380087. OLE color: 16380087.
HSL color Cylindrical-coordinate representation of color #B7F0F9: hue angle of 188.18º 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 #B7F0F9 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 240 | 249 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.02 |
| HSL | 188.18º | 0.85% | 0.85% | - |
| HSV(B) | 188.18º | 0.27% | 0.98% | - |
| XYZ | 67.79 | 79.23 | 101.34 | - |
| YUV | 223.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 240 | 249 | 0.27 | 0.04 | 0 | 0.02 | 188.18 | 0.85 | 0.85 |
| Hex | B7 | F0 | F9 | 1B | 4 | 0 | 2 | BC | 55 | 55 |
| Octal | 267 | 360 | 371 | 33 | 4 | 0 | 2 | 274 | 125 | 125 |
| Binary | 10110111 | 11110000 | 11111001 | 11011 | 100 | 0 | 10 | 10111100 | 1010101 | 1010101 |
Color Harmonies of #B7F0F9
Complementary color
Monochromatic Colors of #B7F0F9
Black with #B7F0F9
Text Example
Text Example
White with #B7F0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F0F9; }
p { color: rgb(183,240,249); }
H1.HeaderClassName
{
color: #B7F0F9;
}
.AnyTagClassName
{
color: #B7F0F9;
}
</style>
background-color css
<style>
a { background-color: #B7F0F9; }
a { background-color: rgb(183,240,249); }
div.DivClassName
{
background-color: #B7F0F9;
}
.BgClassName
{
background-color: #B7F0F9;
}
</style>
border-color css
<style>
span { border-color: #B7F0F9; }
span { border-color: rgb(183,240,249); }
td.TdClassName
{
border-color: #B7F0F9;
}
.TagClassName
{
border-color: #B7F0F9;
}
</style>