Shades of Pale Turquoise #B9FFF2
Tints of Pale Turquoise #B9FFF2
RGB
CMYK
RGB Variations
Color information
#B9FFF2 (or 0xB9FFF2) is known color: Pale Turquoise. HEX triplet: B9, FF and F2. RGB value is (185,255,242). Sum of RGB (Red+Green+Blue) = 185+255+242=682 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.13% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFF2 is #46000D. Grayscale: #E8E8E8. Windows color (decimal): -4587534 or 15925177. OLE color: 15925177.
HSL color Cylindrical-coordinate representation of color #B9FFF2: hue angle of 168.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFF2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 242 | - |
| CMYK | 0.27 | 0 | 0.05 | 0 |
| HSL | 168.86º | 1% | 0.86% | - |
| HSV(B) | 168.86º | 0.27% | 1% | - |
| XYZ | 71.79 | 88.25 | 97.25 | - |
| YUV | 232.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 242 | 0.27 | 0 | 0.05 | 0 | 168.86 | 1 | 0.86 |
| Hex | B9 | FF | F2 | 1B | 0 | 5 | 0 | A9 | 64 | 56 |
| Octal | 271 | 377 | 362 | 33 | 0 | 5 | 0 | 251 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11110010 | 11011 | 0 | 101 | 0 | 10101001 | 1100100 | 1010110 |
Color Harmonies of #B9FFF2
Complementary color
Monochromatic Colors of #B9FFF2
Black with #B9FFF2
Text Example
Text Example
White with #B9FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFF2; }
p { color: rgb(185,255,242); }
H1.HeaderClassName
{
color: #B9FFF2;
}
.AnyTagClassName
{
color: #B9FFF2;
}
</style>
background-color css
<style>
a { background-color: #B9FFF2; }
a { background-color: rgb(185,255,242); }
div.DivClassName
{
background-color: #B9FFF2;
}
.BgClassName
{
background-color: #B9FFF2;
}
</style>
border-color css
<style>
span { border-color: #B9FFF2; }
span { border-color: rgb(185,255,242); }
td.TdClassName
{
border-color: #B9FFF2;
}
.TagClassName
{
border-color: #B9FFF2;
}
</style>