Shades of Pale Turquoise #B8EBE7
Tints of Pale Turquoise #B8EBE7
RGB
CMYK
RGB Variations
Color information
#B8EBE7 (or 0xB8EBE7) is known color: Pale Turquoise. HEX triplet: B8, EB and E7. RGB value is (184,235,231). Sum of RGB (Red+Green+Blue) = 184+235+231=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBE7 is #471418. Grayscale: #DBDBDB. Windows color (decimal): -4658201 or 15199160. OLE color: 15199160.
HSL color Cylindrical-coordinate representation of color #B8EBE7: hue angle of 175.29º 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 #B8EBE7 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 231 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.08 |
| HSL | 175.29º | 0.56% | 0.82% | - |
| HSV(B) | 175.29º | 0.22% | 0.92% | - |
| XYZ | 63.9 | 75.38 | 86.78 | - |
| YUV | 219.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 231 | 0.22 | 0 | 0.02 | 0.08 | 175.29 | 0.56 | 0.82 |
| Hex | B8 | EB | E7 | 16 | 0 | 2 | 8 | AF | 38 | 52 |
| Octal | 270 | 353 | 347 | 26 | 0 | 2 | 10 | 257 | 70 | 122 |
| Binary | 10111000 | 11101011 | 11100111 | 10110 | 0 | 10 | 1000 | 10101111 | 111000 | 1010010 |
Color Harmonies of #B8EBE7
Complementary color
Monochromatic Colors of #B8EBE7
Black with #B8EBE7
Text Example
Text Example
White with #B8EBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBE7; }
p { color: rgb(184,235,231); }
H1.HeaderClassName
{
color: #B8EBE7;
}
.AnyTagClassName
{
color: #B8EBE7;
}
</style>
background-color css
<style>
a { background-color: #B8EBE7; }
a { background-color: rgb(184,235,231); }
div.DivClassName
{
background-color: #B8EBE7;
}
.BgClassName
{
background-color: #B8EBE7;
}
</style>
border-color css
<style>
span { border-color: #B8EBE7; }
span { border-color: rgb(184,235,231); }
td.TdClassName
{
border-color: #B8EBE7;
}
.TagClassName
{
border-color: #B8EBE7;
}
</style>