Shades of Pale Turquoise #B9FFF3
Tints of Pale Turquoise #B9FFF3
RGB
CMYK
RGB Variations
Color information
#B9FFF3 (or 0xB9FFF3) is known color: Pale Turquoise. HEX triplet: B9, FF and F3. RGB value is (185,255,243). Sum of RGB (Red+Green+Blue) = 185+255+243=683 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.09% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFF3 is #46000C. Grayscale: #E8E8E8. Windows color (decimal): -4587533 or 15990713. OLE color: 15990713.
HSL color Cylindrical-coordinate representation of color #B9FFF3: hue angle of 169.71º 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 #B9FFF3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 243 | - |
| CMYK | 0.27 | 0 | 0.05 | 0 |
| HSL | 169.71º | 1% | 0.86% | - |
| HSV(B) | 169.71º | 0.27% | 1% | - |
| XYZ | 71.95 | 88.31 | 98.05 | - |
| YUV | 232.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 243 | 0.27 | 0 | 0.05 | 0 | 169.71 | 1 | 0.86 |
| Hex | B9 | FF | F3 | 1B | 0 | 5 | 0 | AA | 64 | 56 |
| Octal | 271 | 377 | 363 | 33 | 0 | 5 | 0 | 252 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11110011 | 11011 | 0 | 101 | 0 | 10101010 | 1100100 | 1010110 |
Color Harmonies of #B9FFF3
Complementary color
Monochromatic Colors of #B9FFF3
Black with #B9FFF3
Text Example
Text Example
White with #B9FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFF3; }
p { color: rgb(185,255,243); }
H1.HeaderClassName
{
color: #B9FFF3;
}
.AnyTagClassName
{
color: #B9FFF3;
}
</style>
background-color css
<style>
a { background-color: #B9FFF3; }
a { background-color: rgb(185,255,243); }
div.DivClassName
{
background-color: #B9FFF3;
}
.BgClassName
{
background-color: #B9FFF3;
}
</style>
border-color css
<style>
span { border-color: #B9FFF3; }
span { border-color: rgb(185,255,243); }
td.TdClassName
{
border-color: #B9FFF3;
}
.TagClassName
{
border-color: #B9FFF3;
}
</style>