Shades of Pale Turquoise #B9FBF4
Tints of Pale Turquoise #B9FBF4
RGB
CMYK
RGB Variations
Color information
#B9FBF4 (or 0xB9FBF4) is known color: Pale Turquoise. HEX triplet: B9, FB and F4. RGB value is (185,251,244). Sum of RGB (Red+Green+Blue) = 185+251+244=680 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.21% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBF4 is #46040B. Grayscale: #E6E6E6. Windows color (decimal): -4588556 or 16055225. OLE color: 16055225.
HSL color Cylindrical-coordinate representation of color #B9FBF4: hue angle of 173.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBF4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 244 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.02 |
| HSL | 173.64º | 0.89% | 0.85% | - |
| HSV(B) | 173.64º | 0.26% | 0.98% | - |
| XYZ | 70.83 | 85.84 | 98.42 | - |
| YUV | 230.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 244 | 0.26 | 0 | 0.03 | 0.02 | 173.64 | 0.89 | 0.85 |
| Hex | B9 | FB | F4 | 1A | 0 | 3 | 2 | AE | 59 | 55 |
| Octal | 271 | 373 | 364 | 32 | 0 | 3 | 2 | 256 | 131 | 125 |
| Binary | 10111001 | 11111011 | 11110100 | 11010 | 0 | 11 | 10 | 10101110 | 1011001 | 1010101 |
Color Harmonies of #B9FBF4
Complementary color
Monochromatic Colors of #B9FBF4
Black with #B9FBF4
Text Example
Text Example
White with #B9FBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FBF4; }
p { color: rgb(185,251,244); }
H1.HeaderClassName
{
color: #B9FBF4;
}
.AnyTagClassName
{
color: #B9FBF4;
}
</style>
background-color css
<style>
a { background-color: #B9FBF4; }
a { background-color: rgb(185,251,244); }
div.DivClassName
{
background-color: #B9FBF4;
}
.BgClassName
{
background-color: #B9FBF4;
}
</style>
border-color css
<style>
span { border-color: #B9FBF4; }
span { border-color: rgb(185,251,244); }
td.TdClassName
{
border-color: #B9FBF4;
}
.TagClassName
{
border-color: #B9FBF4;
}
</style>