Shades of Pale Turquoise #B7FFFA
Tints of Pale Turquoise #B7FFFA
RGB
CMYK
RGB Variations
Color information
#B7FFFA (or 0xB7FFFA) is known color: Pale Turquoise. HEX triplet: B7, FF and FA. RGB value is (183,255,250). Sum of RGB (Red+Green+Blue) = 183+255+250=688 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.60% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFFA is #480005. Grayscale: #E8E8E8. Windows color (decimal): -4718598 or 16449463. OLE color: 16449463.
HSL color Cylindrical-coordinate representation of color #B7FFFA: hue angle of 175.83º 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 #B7FFFA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 250 | - |
| CMYK | 0.28 | 0 | 0.02 | 0 |
| HSL | 175.83º | 1% | 0.86% | - |
| HSV(B) | 175.83º | 0.28% | 1% | - |
| XYZ | 72.54 | 88.49 | 103.7 | - |
| YUV | 232.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 250 | 0.28 | 0 | 0.02 | 0 | 175.83 | 1 | 0.86 |
| Hex | B7 | FF | FA | 1C | 0 | 2 | 0 | B0 | 64 | 56 |
| Octal | 267 | 377 | 372 | 34 | 0 | 2 | 0 | 260 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11111010 | 11100 | 0 | 10 | 0 | 10110000 | 1100100 | 1010110 |
Color Harmonies of #B7FFFA
Complementary color
Monochromatic Colors of #B7FFFA
Black with #B7FFFA
Text Example
Text Example
White with #B7FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFFA; }
p { color: rgb(183,255,250); }
H1.HeaderClassName
{
color: #B7FFFA;
}
.AnyTagClassName
{
color: #B7FFFA;
}
</style>
background-color css
<style>
a { background-color: #B7FFFA; }
a { background-color: rgb(183,255,250); }
div.DivClassName
{
background-color: #B7FFFA;
}
.BgClassName
{
background-color: #B7FFFA;
}
</style>
border-color css
<style>
span { border-color: #B7FFFA; }
span { border-color: rgb(183,255,250); }
td.TdClassName
{
border-color: #B7FFFA;
}
.TagClassName
{
border-color: #B7FFFA;
}
</style>