Shades of Pale Turquoise #B2FFF9
Tints of Pale Turquoise #B2FFF9
RGB
CMYK
RGB Variations
Color information
#B2FFF9 (or 0xB2FFF9) is known color: Pale Turquoise. HEX triplet: B2, FF and F9. RGB value is (178,255,249). Sum of RGB (Red+Green+Blue) = 178+255+249=682 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.10% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF9 is #4D0006. Grayscale: #E7E7E7. Windows color (decimal): -5046279 or 16383922. OLE color: 16383922.
HSL color Cylindrical-coordinate representation of color #B2FFF9: hue angle of 175.32º 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 #B2FFF9 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 249 | - |
| CMYK | 0.30 | 0 | 0.02 | 0 |
| HSL | 175.32º | 1% | 0.85% | - |
| HSV(B) | 175.32º | 0.3% | 1% | - |
| XYZ | 71.22 | 87.82 | 102.82 | - |
| YUV | 231.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 249 | 0.30 | 0 | 0.02 | 0 | 175.32 | 1 | 0.85 |
| Hex | B2 | FF | F9 | 1E | 0 | 2 | 0 | AF | 64 | 55 |
| Octal | 262 | 377 | 371 | 36 | 0 | 2 | 0 | 257 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11111001 | 11110 | 0 | 10 | 0 | 10101111 | 1100100 | 1010101 |
Color Harmonies of #B2FFF9
Complementary color
Monochromatic Colors of #B2FFF9
Black with #B2FFF9
Text Example
Text Example
White with #B2FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFF9; }
p { color: rgb(178,255,249); }
H1.HeaderClassName
{
color: #B2FFF9;
}
.AnyTagClassName
{
color: #B2FFF9;
}
</style>
background-color css
<style>
a { background-color: #B2FFF9; }
a { background-color: rgb(178,255,249); }
div.DivClassName
{
background-color: #B2FFF9;
}
.BgClassName
{
background-color: #B2FFF9;
}
</style>
border-color css
<style>
span { border-color: #B2FFF9; }
span { border-color: rgb(178,255,249); }
td.TdClassName
{
border-color: #B2FFF9;
}
.TagClassName
{
border-color: #B2FFF9;
}
</style>