Shades of Pale Turquoise #B8F2F9
Tints of Pale Turquoise #B8F2F9
RGB
CMYK
RGB Variations
Color information
#B8F2F9 (or 0xB8F2F9) is known color: Pale Turquoise. HEX triplet: B8, F2 and F9. RGB value is (184,242,249). Sum of RGB (Red+Green+Blue) = 184+242+249=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8F2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2F9 is #470D06. Grayscale: #E1E1E1. Windows color (decimal): -4656391 or 16380600. OLE color: 16380600.
HSL color Cylindrical-coordinate representation of color #B8F2F9: hue angle of 186.46º degrees, saturation: 0.84, 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 #B8F2F9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 242 | 249 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.02 |
| HSL | 186.46º | 0.84% | 0.85% | - |
| HSV(B) | 186.46º | 0.26% | 0.98% | - |
| XYZ | 68.62 | 80.53 | 101.55 | - |
| YUV | 225.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 249 | 0.26 | 0.03 | 0 | 0.02 | 186.46 | 0.84 | 0.85 |
| Hex | B8 | F2 | F9 | 1A | 3 | 0 | 2 | BA | 54 | 55 |
| Octal | 270 | 362 | 371 | 32 | 3 | 0 | 2 | 272 | 124 | 125 |
| Binary | 10111000 | 11110010 | 11111001 | 11010 | 11 | 0 | 10 | 10111010 | 1010100 | 1010101 |
Color Harmonies of #B8F2F9
Complementary color
Monochromatic Colors of #B8F2F9
Black with #B8F2F9
Text Example
Text Example
White with #B8F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2F9; }
p { color: rgb(184,242,249); }
H1.HeaderClassName
{
color: #B8F2F9;
}
.AnyTagClassName
{
color: #B8F2F9;
}
</style>
background-color css
<style>
a { background-color: #B8F2F9; }
a { background-color: rgb(184,242,249); }
div.DivClassName
{
background-color: #B8F2F9;
}
.BgClassName
{
background-color: #B8F2F9;
}
</style>
border-color css
<style>
span { border-color: #B8F2F9; }
span { border-color: rgb(184,242,249); }
td.TdClassName
{
border-color: #B8F2F9;
}
.TagClassName
{
border-color: #B8F2F9;
}
</style>