Shades of Pale Turquoise #B2F9EF
Tints of Pale Turquoise #B2F9EF
RGB
CMYK
RGB Variations
Color information
#B2F9EF (or 0xB2F9EF) is known color: Pale Turquoise. HEX triplet: B2, F9 and EF. RGB value is (178,249,239). Sum of RGB (Red+Green+Blue) = 178+249+239=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9EF is #4D0610. Grayscale: #E2E2E2. Windows color (decimal): -5047825 or 15727026. OLE color: 15727026.
HSL color Cylindrical-coordinate representation of color #B2F9EF: hue angle of 171.55º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9EF is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 239 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.02 |
| HSL | 171.55º | 0.86% | 0.84% | - |
| HSV(B) | 171.55º | 0.29% | 0.98% | - |
| XYZ | 67.82 | 83.45 | 94.19 | - |
| YUV | 226.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 239 | 0.29 | 0 | 0.04 | 0.02 | 171.55 | 0.86 | 0.84 |
| Hex | B2 | F9 | EF | 1D | 0 | 4 | 2 | AC | 56 | 54 |
| Octal | 262 | 371 | 357 | 35 | 0 | 4 | 2 | 254 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11101111 | 11101 | 0 | 100 | 10 | 10101100 | 1010110 | 1010100 |
Color Harmonies of #B2F9EF
Complementary color
Monochromatic Colors of #B2F9EF
Black with #B2F9EF
Text Example
Text Example
White with #B2F9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9EF; }
p { color: rgb(178,249,239); }
H1.HeaderClassName
{
color: #B2F9EF;
}
.AnyTagClassName
{
color: #B2F9EF;
}
</style>
background-color css
<style>
a { background-color: #B2F9EF; }
a { background-color: rgb(178,249,239); }
div.DivClassName
{
background-color: #B2F9EF;
}
.BgClassName
{
background-color: #B2F9EF;
}
</style>
border-color css
<style>
span { border-color: #B2F9EF; }
span { border-color: rgb(178,249,239); }
td.TdClassName
{
border-color: #B2F9EF;
}
.TagClassName
{
border-color: #B2F9EF;
}
</style>