Shades of Pale Turquoise #B8E9E7
Tints of Pale Turquoise #B8E9E7
RGB
CMYK
RGB Variations
Color information
#B8E9E7 (or 0xB8E9E7) is known color: Pale Turquoise. HEX triplet: B8, E9 and E7. RGB value is (184,233,231). Sum of RGB (Red+Green+Blue) = 184+233+231=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9E7 is #471618. Grayscale: #DADADA. Windows color (decimal): -4658713 or 15198648. OLE color: 15198648.
HSL color Cylindrical-coordinate representation of color #B8E9E7: hue angle of 177.55º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E9E7 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 233 | 231 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.09 |
| HSL | 177.55º | 0.53% | 0.82% | - |
| HSV(B) | 177.55º | 0.21% | 0.91% | - |
| XYZ | 63.33 | 74.24 | 86.59 | - |
| YUV | 218.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 233 | 231 | 0.21 | 0 | 0.01 | 0.09 | 177.55 | 0.53 | 0.82 |
| Hex | B8 | E9 | E7 | 15 | 0 | 1 | 9 | B2 | 35 | 52 |
| Octal | 270 | 351 | 347 | 25 | 0 | 1 | 11 | 262 | 65 | 122 |
| Binary | 10111000 | 11101001 | 11100111 | 10101 | 0 | 1 | 1001 | 10110010 | 110101 | 1010010 |
Color Harmonies of #B8E9E7
Complementary color
Monochromatic Colors of #B8E9E7
Black with #B8E9E7
Text Example
Text Example
White with #B8E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E9E7; }
p { color: rgb(184,233,231); }
H1.HeaderClassName
{
color: #B8E9E7;
}
.AnyTagClassName
{
color: #B8E9E7;
}
</style>
background-color css
<style>
a { background-color: #B8E9E7; }
a { background-color: rgb(184,233,231); }
div.DivClassName
{
background-color: #B8E9E7;
}
.BgClassName
{
background-color: #B8E9E7;
}
</style>
border-color css
<style>
span { border-color: #B8E9E7; }
span { border-color: rgb(184,233,231); }
td.TdClassName
{
border-color: #B8E9E7;
}
.TagClassName
{
border-color: #B8E9E7;
}
</style>