Shades of Pale Turquoise #B9FDFC
Tints of Pale Turquoise #B9FDFC
RGB
CMYK
RGB Variations
Color information
#B9FDFC (or 0xB9FDFC) is known color: Pale Turquoise. HEX triplet: B9, FD and FC. RGB value is (185,253,252). Sum of RGB (Red+Green+Blue) = 185+253+252=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFC is #460203. Grayscale: #E8E8E8. Windows color (decimal): -4588036 or 16580025. OLE color: 16580025.
HSL color Cylindrical-coordinate representation of color #B9FDFC: hue angle of 179.12º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDFC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 253 | 252 | - |
CMYK | 0.27 | 0 | 0.00 | 0.01 |
HSL | 179.12º | 0.94% | 0.86% | - |
HSV(B) | 179.12º | 0.27% | 0.99% | - |
XYZ | 72.7 | 87.59 | 105.17 | - |
YUV | 232.55 | 138.97 | 94.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 253 | 252 | 0.27 | 0 | 0.00 | 0.01 | 179.12 | 0.94 | 0.86 |
Hex | B9 | FD | FC | 1B | 0 | 0 | 1 | B3 | 5E | 56 |
Octal | 271 | 375 | 374 | 33 | 0 | 0 | 1 | 263 | 136 | 126 |
Binary | 10111001 | 11111101 | 11111100 | 11011 | 0 | 0 | 1 | 10110011 | 1011110 | 1010110 |
Color Harmonies of #B9FDFC
Complementary color
Monochromatic Colors of #B9FDFC
Black with #B9FDFC
Text Example
Text Example
White with #B9FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDFC; }
p { color: rgb(185,253,252); }
H1.HeaderClassName
{
color: #B9FDFC;
}
.AnyTagClassName
{
color: #B9FDFC;
}
</style>
background-color css
<style>
a { background-color: #B9FDFC; }
a { background-color: rgb(185,253,252); }
div.DivClassName
{
background-color: #B9FDFC;
}
.BgClassName
{
background-color: #B9FDFC;
}
</style>
border-color css
<style>
span { border-color: #B9FDFC; }
span { border-color: rgb(185,253,252); }
td.TdClassName
{
border-color: #B9FDFC;
}
.TagClassName
{
border-color: #B9FDFC;
}
</style>