Shades of Pale Turquoise #B8EEE8
Tints of Pale Turquoise #B8EEE8
RGB
CMYK
RGB Variations
Color information
#B8EEE8 (or 0xB8EEE8) is known color: Pale Turquoise. HEX triplet: B8, EE and E8. RGB value is (184,238,232). Sum of RGB (Red+Green+Blue) = 184+238+232=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEE8 is #471117. Grayscale: #DDDDDD. Windows color (decimal): -4657432 or 15265464. OLE color: 15265464.
HSL color Cylindrical-coordinate representation of color #B8EEE8: hue angle of 173.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEE8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 232 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.07 |
| HSL | 173.33º | 0.61% | 0.83% | - |
| HSV(B) | 173.33º | 0.23% | 0.93% | - |
| XYZ | 64.91 | 77.17 | 87.82 | - |
| YUV | 221.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 232 | 0.23 | 0 | 0.03 | 0.07 | 173.33 | 0.61 | 0.83 |
| Hex | B8 | EE | E8 | 17 | 0 | 3 | 7 | AD | 3D | 53 |
| Octal | 270 | 356 | 350 | 27 | 0 | 3 | 7 | 255 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11101000 | 10111 | 0 | 11 | 111 | 10101101 | 111101 | 1010011 |
Color Harmonies of #B8EEE8
Complementary color
Monochromatic Colors of #B8EEE8
Black with #B8EEE8
Text Example
Text Example
White with #B8EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEE8; }
p { color: rgb(184,238,232); }
H1.HeaderClassName
{
color: #B8EEE8;
}
.AnyTagClassName
{
color: #B8EEE8;
}
</style>
background-color css
<style>
a { background-color: #B8EEE8; }
a { background-color: rgb(184,238,232); }
div.DivClassName
{
background-color: #B8EEE8;
}
.BgClassName
{
background-color: #B8EEE8;
}
</style>
border-color css
<style>
span { border-color: #B8EEE8; }
span { border-color: rgb(184,238,232); }
td.TdClassName
{
border-color: #B8EEE8;
}
.TagClassName
{
border-color: #B8EEE8;
}
</style>