Shades of Pale Turquoise #B2FFFA
Tints of Pale Turquoise #B2FFFA
RGB
CMYK
RGB Variations
Color information
#B2FFFA (or 0xB2FFFA) is known color: Pale Turquoise. HEX triplet: B2, FF and FA. RGB value is (178,255,250). Sum of RGB (Red+Green+Blue) = 178+255+250=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFA is #4D0005. Grayscale: #E7E7E7. Windows color (decimal): -5046278 or 16449458. OLE color: 16449458.
HSL color Cylindrical-coordinate representation of color #B2FFFA: hue angle of 176.1º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFFA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 250 | - |
| CMYK | 0.30 | 0 | 0.02 | 0 |
| HSL | 176.1º | 1% | 0.85% | - |
| HSV(B) | 176.1º | 0.3% | 1% | - |
| XYZ | 71.38 | 87.89 | 103.64 | - |
| YUV | 231.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 250 | 0.30 | 0 | 0.02 | 0 | 176.1 | 1 | 0.85 |
| Hex | B2 | FF | FA | 1E | 0 | 2 | 0 | B0 | 64 | 55 |
| Octal | 262 | 377 | 372 | 36 | 0 | 2 | 0 | 260 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11111010 | 11110 | 0 | 10 | 0 | 10110000 | 1100100 | 1010101 |
Color Harmonies of #B2FFFA
Complementary color
Monochromatic Colors of #B2FFFA
Black with #B2FFFA
Text Example
Text Example
White with #B2FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFFA; }
p { color: rgb(178,255,250); }
H1.HeaderClassName
{
color: #B2FFFA;
}
.AnyTagClassName
{
color: #B2FFFA;
}
</style>
background-color css
<style>
a { background-color: #B2FFFA; }
a { background-color: rgb(178,255,250); }
div.DivClassName
{
background-color: #B2FFFA;
}
.BgClassName
{
background-color: #B2FFFA;
}
</style>
border-color css
<style>
span { border-color: #B2FFFA; }
span { border-color: rgb(178,255,250); }
td.TdClassName
{
border-color: #B2FFFA;
}
.TagClassName
{
border-color: #B2FFFA;
}
</style>