Shades of Pale Turquoise #B9FDF0
Tints of Pale Turquoise #B9FDF0
RGB
CMYK
RGB Variations
Color information
#B9FDF0 (or 0xB9FDF0) is known color: Pale Turquoise. HEX triplet: B9, FD and F0. RGB value is (185,253,240). Sum of RGB (Red+Green+Blue) = 185+253+240=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF0 is #46020F. Grayscale: #E7E7E7. Windows color (decimal): -4588048 or 15793593. OLE color: 15793593.
HSL color Cylindrical-coordinate representation of color #B9FDF0: hue angle of 168.53º 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 #B9FDF0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 240 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.01 |
| HSL | 168.53º | 0.94% | 0.86% | - |
| HSV(B) | 168.53º | 0.27% | 0.99% | - |
| XYZ | 70.86 | 86.86 | 95.47 | - |
| YUV | 231.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 240 | 0.27 | 0 | 0.05 | 0.01 | 168.53 | 0.94 | 0.86 |
| Hex | B9 | FD | F0 | 1B | 0 | 5 | 1 | A9 | 5E | 56 |
| Octal | 271 | 375 | 360 | 33 | 0 | 5 | 1 | 251 | 136 | 126 |
| Binary | 10111001 | 11111101 | 11110000 | 11011 | 0 | 101 | 1 | 10101001 | 1011110 | 1010110 |
Color Harmonies of #B9FDF0
Complementary color
Monochromatic Colors of #B9FDF0
Black with #B9FDF0
Text Example
Text Example
White with #B9FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDF0; }
p { color: rgb(185,253,240); }
H1.HeaderClassName
{
color: #B9FDF0;
}
.AnyTagClassName
{
color: #B9FDF0;
}
</style>
background-color css
<style>
a { background-color: #B9FDF0; }
a { background-color: rgb(185,253,240); }
div.DivClassName
{
background-color: #B9FDF0;
}
.BgClassName
{
background-color: #B9FDF0;
}
</style>
border-color css
<style>
span { border-color: #B9FDF0; }
span { border-color: rgb(185,253,240); }
td.TdClassName
{
border-color: #B9FDF0;
}
.TagClassName
{
border-color: #B9FDF0;
}
</style>