Shades of Pale Turquoise #B7F9FF
Tints of Pale Turquoise #B7F9FF
RGB
CMYK
RGB Variations
Color information
#B7F9FF (or 0xB7F9FF) is known color: Pale Turquoise. HEX triplet: B7, F9 and FF. RGB value is (183,249,255). Sum of RGB (Red+Green+Blue) = 183+249+255=687 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.64% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F9FF is #480600. Grayscale: #E5E5E5. Windows color (decimal): -4720129 or 16775607. OLE color: 16775607.
HSL color Cylindrical-coordinate representation of color #B7F9FF: hue angle of 185º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7F9FF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 249 | 255 | - |
| CMYK | 0.28 | 0.02 | 0 | 0 |
| HSL | 185º | 1% | 0.86% | - |
| HSV(B) | 185º | 0.28% | 1% | - |
| XYZ | 71.45 | 85.04 | 107.26 | - |
| YUV | 229.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 249 | 255 | 0.28 | 0.02 | 0 | 0 | 185 | 1 | 0.86 |
| Hex | B7 | F9 | FF | 1C | 2 | 0 | 0 | B9 | 64 | 56 |
| Octal | 267 | 371 | 377 | 34 | 2 | 0 | 0 | 271 | 144 | 126 |
| Binary | 10110111 | 11111001 | 11111111 | 11100 | 10 | 0 | 0 | 10111001 | 1100100 | 1010110 |
Color Harmonies of #B7F9FF
Complementary color
Monochromatic Colors of #B7F9FF
Black with #B7F9FF
Text Example
Text Example
White with #B7F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F9FF; }
p { color: rgb(183,249,255); }
H1.HeaderClassName
{
color: #B7F9FF;
}
.AnyTagClassName
{
color: #B7F9FF;
}
</style>
background-color css
<style>
a { background-color: #B7F9FF; }
a { background-color: rgb(183,249,255); }
div.DivClassName
{
background-color: #B7F9FF;
}
.BgClassName
{
background-color: #B7F9FF;
}
</style>
border-color css
<style>
span { border-color: #B7F9FF; }
span { border-color: rgb(183,249,255); }
td.TdClassName
{
border-color: #B7F9FF;
}
.TagClassName
{
border-color: #B7F9FF;
}
</style>