Shades of Pale Turquoise #B8F2F0
Tints of Pale Turquoise #B8F2F0
RGB
CMYK
RGB Variations
Color information
#B8F2F0 (or 0xB8F2F0) is known color: Pale Turquoise. HEX triplet: B8, F2 and F0. RGB value is (184,242,240). Sum of RGB (Red+Green+Blue) = 184+242+240=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2F0 is #470D0F. Grayscale: #E0E0E0. Windows color (decimal): -4656400 or 15790776. OLE color: 15790776.
HSL color Cylindrical-coordinate representation of color #B8F2F0: hue angle of 177.93º 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 #B8F2F0 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 240 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.05 |
| HSL | 177.93º | 0.69% | 0.84% | - |
| HSV(B) | 177.93º | 0.24% | 0.95% | - |
| XYZ | 67.25 | 79.99 | 94.33 | - |
| YUV | 224.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 240 | 0.24 | 0 | 0.01 | 0.05 | 177.93 | 0.69 | 0.84 |
| Hex | B8 | F2 | F0 | 18 | 0 | 1 | 5 | B2 | 45 | 54 |
| Octal | 270 | 362 | 360 | 30 | 0 | 1 | 5 | 262 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11110000 | 11000 | 0 | 1 | 101 | 10110010 | 1000101 | 1010100 |
Color Harmonies of #B8F2F0
Complementary color
Monochromatic Colors of #B8F2F0
Black with #B8F2F0
Text Example
Text Example
White with #B8F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2F0; }
p { color: rgb(184,242,240); }
H1.HeaderClassName
{
color: #B8F2F0;
}
.AnyTagClassName
{
color: #B8F2F0;
}
</style>
background-color css
<style>
a { background-color: #B8F2F0; }
a { background-color: rgb(184,242,240); }
div.DivClassName
{
background-color: #B8F2F0;
}
.BgClassName
{
background-color: #B8F2F0;
}
</style>
border-color css
<style>
span { border-color: #B8F2F0; }
span { border-color: rgb(184,242,240); }
td.TdClassName
{
border-color: #B8F2F0;
}
.TagClassName
{
border-color: #B8F2F0;
}
</style>