Shades of Pale Turquoise #B9FDF6
Tints of Pale Turquoise #B9FDF6
RGB
CMYK
RGB Variations
Color information
#B9FDF6 (or 0xB9FDF6) is known color: Pale Turquoise. HEX triplet: B9, FD and F6. RGB value is (185,253,246). Sum of RGB (Red+Green+Blue) = 185+253+246=684 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.05% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF6 is #460209. Grayscale: #E7E7E7. Windows color (decimal): -4588042 or 16186809. OLE color: 16186809.
HSL color Cylindrical-coordinate representation of color #B9FDF6: hue angle of 173.82º 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 #B9FDF6 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 253 | 246 | - |
CMYK | 0.27 | 0 | 0.03 | 0.01 |
HSL | 173.82º | 0.94% | 0.86% | - |
HSV(B) | 173.82º | 0.27% | 0.99% | - |
XYZ | 71.77 | 87.22 | 100.24 | - |
YUV | 231.87 | 135.97 | 94.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 253 | 246 | 0.27 | 0 | 0.03 | 0.01 | 173.82 | 0.94 | 0.86 |
Hex | B9 | FD | F6 | 1B | 0 | 3 | 1 | AE | 5E | 56 |
Octal | 271 | 375 | 366 | 33 | 0 | 3 | 1 | 256 | 136 | 126 |
Binary | 10111001 | 11111101 | 11110110 | 11011 | 0 | 11 | 1 | 10101110 | 1011110 | 1010110 |
Color Harmonies of #B9FDF6
Complementary color
Monochromatic Colors of #B9FDF6
Black with #B9FDF6
Text Example
Text Example
White with #B9FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDF6; }
p { color: rgb(185,253,246); }
H1.HeaderClassName
{
color: #B9FDF6;
}
.AnyTagClassName
{
color: #B9FDF6;
}
</style>
background-color css
<style>
a { background-color: #B9FDF6; }
a { background-color: rgb(185,253,246); }
div.DivClassName
{
background-color: #B9FDF6;
}
.BgClassName
{
background-color: #B9FDF6;
}
</style>
border-color css
<style>
span { border-color: #B9FDF6; }
span { border-color: rgb(185,253,246); }
td.TdClassName
{
border-color: #B9FDF6;
}
.TagClassName
{
border-color: #B9FDF6;
}
</style>