Shades of Pale Turquoise #B8F7EE
Tints of Pale Turquoise #B8F7EE
RGB
CMYK
RGB Variations
Color information
#B8F7EE (or 0xB8F7EE) is known color: Pale Turquoise. HEX triplet: B8, F7 and EE. RGB value is (184,247,238). Sum of RGB (Red+Green+Blue) = 184+247+238=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F7EE is #470811. Grayscale: #E3E3E3. Windows color (decimal): -4655122 or 15660984. OLE color: 15660984.
HSL color Cylindrical-coordinate representation of color #B8F7EE: hue angle of 171.43º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F7EE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 238 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.03 |
| HSL | 171.43º | 0.8% | 0.85% | - |
| HSV(B) | 171.43º | 0.26% | 0.97% | - |
| XYZ | 68.46 | 82.88 | 93.28 | - |
| YUV | 227.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 238 | 0.26 | 0 | 0.04 | 0.03 | 171.43 | 0.8 | 0.85 |
| Hex | B8 | F7 | EE | 1A | 0 | 4 | 3 | AB | 50 | 55 |
| Octal | 270 | 367 | 356 | 32 | 0 | 4 | 3 | 253 | 120 | 125 |
| Binary | 10111000 | 11110111 | 11101110 | 11010 | 0 | 100 | 11 | 10101011 | 1010000 | 1010101 |
Color Harmonies of #B8F7EE
Complementary color
Monochromatic Colors of #B8F7EE
Black with #B8F7EE
Text Example
Text Example
White with #B8F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F7EE; }
p { color: rgb(184,247,238); }
H1.HeaderClassName
{
color: #B8F7EE;
}
.AnyTagClassName
{
color: #B8F7EE;
}
</style>
background-color css
<style>
a { background-color: #B8F7EE; }
a { background-color: rgb(184,247,238); }
div.DivClassName
{
background-color: #B8F7EE;
}
.BgClassName
{
background-color: #B8F7EE;
}
</style>
border-color css
<style>
span { border-color: #B8F7EE; }
span { border-color: rgb(184,247,238); }
td.TdClassName
{
border-color: #B8F7EE;
}
.TagClassName
{
border-color: #B8F7EE;
}
</style>