Shades of Pale Turquoise #B8E9EB
Tints of Pale Turquoise #B8E9EB
RGB
CMYK
RGB Variations
Color information
#B8E9EB (or 0xB8E9EB) is known color: Pale Turquoise. HEX triplet: B8, E9 and EB. RGB value is (184,233,235). Sum of RGB (Red+Green+Blue) = 184+233+235=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9EB is #471614. Grayscale: #DADADA. Windows color (decimal): -4658709 or 15460792. OLE color: 15460792.
HSL color Cylindrical-coordinate representation of color #B8E9EB: hue angle of 182.35º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E9EB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 233 | 235 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.08 |
| HSL | 182.35º | 0.56% | 0.82% | - |
| HSV(B) | 182.35º | 0.22% | 0.92% | - |
| XYZ | 63.9 | 74.47 | 89.6 | - |
| YUV | 218.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 233 | 235 | 0.22 | 0.01 | 0 | 0.08 | 182.35 | 0.56 | 0.82 |
| Hex | B8 | E9 | EB | 16 | 1 | 0 | 8 | B6 | 38 | 52 |
| Octal | 270 | 351 | 353 | 26 | 1 | 0 | 10 | 266 | 70 | 122 |
| Binary | 10111000 | 11101001 | 11101011 | 10110 | 1 | 0 | 1000 | 10110110 | 111000 | 1010010 |
Color Harmonies of #B8E9EB
Complementary color
Monochromatic Colors of #B8E9EB
Black with #B8E9EB
Text Example
Text Example
White with #B8E9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E9EB; }
p { color: rgb(184,233,235); }
H1.HeaderClassName
{
color: #B8E9EB;
}
.AnyTagClassName
{
color: #B8E9EB;
}
</style>
background-color css
<style>
a { background-color: #B8E9EB; }
a { background-color: rgb(184,233,235); }
div.DivClassName
{
background-color: #B8E9EB;
}
.BgClassName
{
background-color: #B8E9EB;
}
</style>
border-color css
<style>
span { border-color: #B8E9EB; }
span { border-color: rgb(184,233,235); }
td.TdClassName
{
border-color: #B8E9EB;
}
.TagClassName
{
border-color: #B8E9EB;
}
</style>