Shades of Pale Turquoise #B8EBE9
Tints of Pale Turquoise #B8EBE9
RGB
CMYK
RGB Variations
Color information
#B8EBE9 (or 0xB8EBE9) is known color: Pale Turquoise. HEX triplet: B8, EB and E9. RGB value is (184,235,233). Sum of RGB (Red+Green+Blue) = 184+235+233=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBE9 is #471416. Grayscale: #DBDBDB. Windows color (decimal): -4658199 or 15330232. OLE color: 15330232.
HSL color Cylindrical-coordinate representation of color #B8EBE9: hue angle of 177.65º 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 #B8EBE9 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 233 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.08 |
| HSL | 177.65º | 0.56% | 0.82% | - |
| HSV(B) | 177.65º | 0.22% | 0.92% | - |
| XYZ | 64.18 | 75.49 | 88.28 | - |
| YUV | 219.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 233 | 0.22 | 0 | 0.01 | 0.08 | 177.65 | 0.56 | 0.82 |
| Hex | B8 | EB | E9 | 16 | 0 | 1 | 8 | B2 | 38 | 52 |
| Octal | 270 | 353 | 351 | 26 | 0 | 1 | 10 | 262 | 70 | 122 |
| Binary | 10111000 | 11101011 | 11101001 | 10110 | 0 | 1 | 1000 | 10110010 | 111000 | 1010010 |
Color Harmonies of #B8EBE9
Complementary color
Monochromatic Colors of #B8EBE9
Black with #B8EBE9
Text Example
Text Example
White with #B8EBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBE9; }
p { color: rgb(184,235,233); }
H1.HeaderClassName
{
color: #B8EBE9;
}
.AnyTagClassName
{
color: #B8EBE9;
}
</style>
background-color css
<style>
a { background-color: #B8EBE9; }
a { background-color: rgb(184,235,233); }
div.DivClassName
{
background-color: #B8EBE9;
}
.BgClassName
{
background-color: #B8EBE9;
}
</style>
border-color css
<style>
span { border-color: #B8EBE9; }
span { border-color: rgb(184,235,233); }
td.TdClassName
{
border-color: #B8EBE9;
}
.TagClassName
{
border-color: #B8EBE9;
}
</style>