Shades of Pale Turquoise #B9FEFF
Tints of Pale Turquoise #B9FEFF
RGB
CMYK
RGB Variations
Color information
#B9FEFF (or 0xB9FEFF) is known color: Pale Turquoise. HEX triplet: B9, FE and FF. RGB value is (185,254,255). Sum of RGB (Red+Green+Blue) = 185+254+255=694 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.66% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEFF is #460100. Grayscale: #E9E9E9. Windows color (decimal): -4587777 or 16776889. OLE color: 16776889.
HSL color Cylindrical-coordinate representation of color #B9FEFF: hue angle of 180.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 #B9FEFF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 254 | 255 | - |
| CMYK | 0.27 | 0.00 | 0 | 0 |
| HSL | 180.86º | 1% | 0.86% | - |
| HSV(B) | 180.86º | 0.27% | 1% | - |
| XYZ | 73.5 | 88.42 | 107.8 | - |
| YUV | 233.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 255 | 0.27 | 0.00 | 0 | 0 | 180.86 | 1 | 0.86 |
| Hex | B9 | FE | FF | 1B | 0 | 0 | 0 | B5 | 64 | 56 |
| Octal | 271 | 376 | 377 | 33 | 0 | 0 | 0 | 265 | 144 | 126 |
| Binary | 10111001 | 11111110 | 11111111 | 11011 | 0 | 0 | 0 | 10110101 | 1100100 | 1010110 |
Color Harmonies of #B9FEFF
Complementary color
Monochromatic Colors of #B9FEFF
Black with #B9FEFF
Text Example
Text Example
White with #B9FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEFF; }
p { color: rgb(185,254,255); }
H1.HeaderClassName
{
color: #B9FEFF;
}
.AnyTagClassName
{
color: #B9FEFF;
}
</style>
background-color css
<style>
a { background-color: #B9FEFF; }
a { background-color: rgb(185,254,255); }
div.DivClassName
{
background-color: #B9FEFF;
}
.BgClassName
{
background-color: #B9FEFF;
}
</style>
border-color css
<style>
span { border-color: #B9FEFF; }
span { border-color: rgb(185,254,255); }
td.TdClassName
{
border-color: #B9FEFF;
}
.TagClassName
{
border-color: #B9FEFF;
}
</style>