Shades of Pale Turquoise #B9FEF2
Tints of Pale Turquoise #B9FEF2
RGB
CMYK
RGB Variations
Color information
#B9FEF2 (or 0xB9FEF2) is known color: Pale Turquoise. HEX triplet: B9, FE and F2. RGB value is (185,254,242). Sum of RGB (Red+Green+Blue) = 185+254+242=681 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.17% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEF2 is #46010D. Grayscale: #E7E7E7. Windows color (decimal): -4587790 or 15924921. OLE color: 15924921.
HSL color Cylindrical-coordinate representation of color #B9FEF2: hue angle of 169.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEF2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 242 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.00 |
| HSL | 169.57º | 0.97% | 0.86% | - |
| HSV(B) | 169.57º | 0.27% | 1% | - |
| XYZ | 71.48 | 87.61 | 97.15 | - |
| YUV | 232 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 242 | 0.27 | 0 | 0.05 | 0.00 | 169.57 | 0.97 | 0.86 |
| Hex | B9 | FE | F2 | 1B | 0 | 5 | 0 | AA | 61 | 56 |
| Octal | 271 | 376 | 362 | 33 | 0 | 5 | 0 | 252 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11110010 | 11011 | 0 | 101 | 0 | 10101010 | 1100001 | 1010110 |
Color Harmonies of #B9FEF2
Complementary color
Monochromatic Colors of #B9FEF2
Black with #B9FEF2
Text Example
Text Example
White with #B9FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEF2; }
p { color: rgb(185,254,242); }
H1.HeaderClassName
{
color: #B9FEF2;
}
.AnyTagClassName
{
color: #B9FEF2;
}
</style>
background-color css
<style>
a { background-color: #B9FEF2; }
a { background-color: rgb(185,254,242); }
div.DivClassName
{
background-color: #B9FEF2;
}
.BgClassName
{
background-color: #B9FEF2;
}
</style>
border-color css
<style>
span { border-color: #B9FEF2; }
span { border-color: rgb(185,254,242); }
td.TdClassName
{
border-color: #B9FEF2;
}
.TagClassName
{
border-color: #B9FEF2;
}
</style>