Shades of Pale Turquoise #B9FEFE
Tints of Pale Turquoise #B9FEFE
RGB
CMYK
RGB Variations
Color information
#B9FEFE (or 0xB9FEFE) is known color: Pale Turquoise. HEX triplet: B9, FE and FE. RGB value is (185,254,254). Sum of RGB (Red+Green+Blue) = 185+254+254=693 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.70% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #B9FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEFE is #460101. Grayscale: #E9E9E9. Windows color (decimal): -4587778 or 16711353. OLE color: 16711353.
HSL color Cylindrical-coordinate representation of color #B9FEFE: hue angle of 180º 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 #B9FEFE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 254 | - |
| CMYK | 0.27 | 0 | 0 | 0.00 |
| HSL | 180º | 0.97% | 0.86% | - |
| HSV(B) | 180º | 0.27% | 1% | - |
| XYZ | 73.34 | 88.35 | 106.95 | - |
| YUV | 233.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 254 | 0.27 | 0 | 0 | 0.00 | 180 | 0.97 | 0.86 |
| Hex | B9 | FE | FE | 1B | 0 | 0 | 0 | B4 | 61 | 56 |
| Octal | 271 | 376 | 376 | 33 | 0 | 0 | 0 | 264 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11111110 | 11011 | 0 | 0 | 0 | 10110100 | 1100001 | 1010110 |
Color Harmonies of #B9FEFE
Complementary color
Monochromatic Colors of #B9FEFE
Black with #B9FEFE
Text Example
Text Example
White with #B9FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEFE; }
p { color: rgb(185,254,254); }
H1.HeaderClassName
{
color: #B9FEFE;
}
.AnyTagClassName
{
color: #B9FEFE;
}
</style>
background-color css
<style>
a { background-color: #B9FEFE; }
a { background-color: rgb(185,254,254); }
div.DivClassName
{
background-color: #B9FEFE;
}
.BgClassName
{
background-color: #B9FEFE;
}
</style>
border-color css
<style>
span { border-color: #B9FEFE; }
span { border-color: rgb(185,254,254); }
td.TdClassName
{
border-color: #B9FEFE;
}
.TagClassName
{
border-color: #B9FEFE;
}
</style>