Shades of Pale Turquoise #B9FFFD
Tints of Pale Turquoise #B9FFFD
RGB
CMYK
RGB Variations
Color information
#B9FFFD (or 0xB9FFFD) is known color: Pale Turquoise. HEX triplet: B9, FF and FD. RGB value is (185,255,253). Sum of RGB (Red+Green+Blue) = 185+255+253=693 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.70% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFD is #460002. Grayscale: #E9E9E9. Windows color (decimal): -4587523 or 16646073. OLE color: 16646073.
HSL color Cylindrical-coordinate representation of color #B9FFFD: hue angle of 178.29º 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 #B9FFFD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 185 | 255 | 253 | - |
CMYK | 0.27 | 0 | 0.01 | 0 |
HSL | 178.29º | 1% | 0.86% | - |
HSV(B) | 178.29º | 0.27% | 1% | - |
XYZ | 73.5 | 88.93 | 106.22 | - |
YUV | 233.84 | 138.81 | 93.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 255 | 253 | 0.27 | 0 | 0.01 | 0 | 178.29 | 1 | 0.86 |
Hex | B9 | FF | FD | 1B | 0 | 1 | 0 | B2 | 64 | 56 |
Octal | 271 | 377 | 375 | 33 | 0 | 1 | 0 | 262 | 144 | 126 |
Binary | 10111001 | 11111111 | 11111101 | 11011 | 0 | 1 | 0 | 10110010 | 1100100 | 1010110 |
Color Harmonies of #B9FFFD
Complementary color
Monochromatic Colors of #B9FFFD
Black with #B9FFFD
Text Example
Text Example
White with #B9FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFFD; }
p { color: rgb(185,255,253); }
H1.HeaderClassName
{
color: #B9FFFD;
}
.AnyTagClassName
{
color: #B9FFFD;
}
</style>
background-color css
<style>
a { background-color: #B9FFFD; }
a { background-color: rgb(185,255,253); }
div.DivClassName
{
background-color: #B9FFFD;
}
.BgClassName
{
background-color: #B9FFFD;
}
</style>
border-color css
<style>
span { border-color: #B9FFFD; }
span { border-color: rgb(185,255,253); }
td.TdClassName
{
border-color: #B9FFFD;
}
.TagClassName
{
border-color: #B9FFFD;
}
</style>