Shades of Pale Turquoise #B9F2F1
Tints of Pale Turquoise #B9F2F1
RGB
CMYK
RGB Variations
Color information
#B9F2F1 (or 0xB9F2F1) is known color: Pale Turquoise. HEX triplet: B9, F2 and F1. RGB value is (185,242,241). Sum of RGB (Red+Green+Blue) = 185+242+241=668 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.69% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F2F1 is #460D0E. Grayscale: #E0E0E0. Windows color (decimal): -4590863 or 15856313. OLE color: 15856313.
HSL color Cylindrical-coordinate representation of color #B9F2F1: hue angle of 178.95º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2F1 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 241 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.05 |
| HSL | 178.95º | 0.69% | 0.84% | - |
| HSV(B) | 178.95º | 0.24% | 0.95% | - |
| XYZ | 67.64 | 80.17 | 95.13 | - |
| YUV | 224.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 241 | 0.24 | 0 | 0.00 | 0.05 | 178.95 | 0.69 | 0.84 |
| Hex | B9 | F2 | F1 | 18 | 0 | 0 | 5 | B3 | 45 | 54 |
| Octal | 271 | 362 | 361 | 30 | 0 | 0 | 5 | 263 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11110001 | 11000 | 0 | 0 | 101 | 10110011 | 1000101 | 1010100 |
Color Harmonies of #B9F2F1
Complementary color
Monochromatic Colors of #B9F2F1
Black with #B9F2F1
Text Example
Text Example
White with #B9F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2F1; }
p { color: rgb(185,242,241); }
H1.HeaderClassName
{
color: #B9F2F1;
}
.AnyTagClassName
{
color: #B9F2F1;
}
</style>
background-color css
<style>
a { background-color: #B9F2F1; }
a { background-color: rgb(185,242,241); }
div.DivClassName
{
background-color: #B9F2F1;
}
.BgClassName
{
background-color: #B9F2F1;
}
</style>
border-color css
<style>
span { border-color: #B9F2F1; }
span { border-color: rgb(185,242,241); }
td.TdClassName
{
border-color: #B9F2F1;
}
.TagClassName
{
border-color: #B9F2F1;
}
</style>