Shades of Pale Turquoise #B7FFF9
Tints of Pale Turquoise #B7FFF9
RGB
CMYK
RGB Variations
Color information
#B7FFF9 (or 0xB7FFF9) is known color: Pale Turquoise. HEX triplet: B7, FF and F9. RGB value is (183,255,249). Sum of RGB (Red+Green+Blue) = 183+255+249=687 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.64% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF9 is #480006. Grayscale: #E8E8E8. Windows color (decimal): -4718599 or 16383927. OLE color: 16383927.
HSL color Cylindrical-coordinate representation of color #B7FFF9: hue angle of 175º 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 #B7FFF9 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 249 | - |
| CMYK | 0.28 | 0 | 0.02 | 0 |
| HSL | 175º | 1% | 0.86% | - |
| HSV(B) | 175º | 0.28% | 1% | - |
| XYZ | 72.39 | 88.43 | 102.88 | - |
| YUV | 232.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 249 | 0.28 | 0 | 0.02 | 0 | 175 | 1 | 0.86 |
| Hex | B7 | FF | F9 | 1C | 0 | 2 | 0 | AF | 64 | 56 |
| Octal | 267 | 377 | 371 | 34 | 0 | 2 | 0 | 257 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11111001 | 11100 | 0 | 10 | 0 | 10101111 | 1100100 | 1010110 |
Color Harmonies of #B7FFF9
Complementary color
Monochromatic Colors of #B7FFF9
Black with #B7FFF9
Text Example
Text Example
White with #B7FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFF9; }
p { color: rgb(183,255,249); }
H1.HeaderClassName
{
color: #B7FFF9;
}
.AnyTagClassName
{
color: #B7FFF9;
}
</style>
background-color css
<style>
a { background-color: #B7FFF9; }
a { background-color: rgb(183,255,249); }
div.DivClassName
{
background-color: #B7FFF9;
}
.BgClassName
{
background-color: #B7FFF9;
}
</style>
border-color css
<style>
span { border-color: #B7FFF9; }
span { border-color: rgb(183,255,249); }
td.TdClassName
{
border-color: #B7FFF9;
}
.TagClassName
{
border-color: #B7FFF9;
}
</style>