Shades of Pale Turquoise #B0EEE8
Tints of Pale Turquoise #B0EEE8
RGB
CMYK
RGB Variations
Color information
#B0EEE8 (or 0xB0EEE8) is known color: Pale Turquoise. HEX triplet: B0, EE and E8. RGB value is (176,238,232). Sum of RGB (Red+Green+Blue) = 176+238+232=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEE8 is #4F1117. Grayscale: #DADADA. Windows color (decimal): -5181720 or 15265456. OLE color: 15265456.
HSL color Cylindrical-coordinate representation of color #B0EEE8: hue angle of 174.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEE8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 232 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 174.19º | 0.65% | 0.81% | - |
| HSV(B) | 174.19º | 0.26% | 0.93% | - |
| XYZ | 63.04 | 76.21 | 87.73 | - |
| YUV | 218.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 232 | 0.26 | 0 | 0.03 | 0.07 | 174.19 | 0.65 | 0.81 |
| Hex | B0 | EE | E8 | 1A | 0 | 3 | 7 | AE | 41 | 51 |
| Octal | 260 | 356 | 350 | 32 | 0 | 3 | 7 | 256 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11101000 | 11010 | 0 | 11 | 111 | 10101110 | 1000001 | 1010001 |
Color Harmonies of #B0EEE8
Complementary color
Monochromatic Colors of #B0EEE8
Black with #B0EEE8
Text Example
Text Example
White with #B0EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEE8; }
p { color: rgb(176,238,232); }
H1.HeaderClassName
{
color: #B0EEE8;
}
.AnyTagClassName
{
color: #B0EEE8;
}
</style>
background-color css
<style>
a { background-color: #B0EEE8; }
a { background-color: rgb(176,238,232); }
div.DivClassName
{
background-color: #B0EEE8;
}
.BgClassName
{
background-color: #B0EEE8;
}
</style>
border-color css
<style>
span { border-color: #B0EEE8; }
span { border-color: rgb(176,238,232); }
td.TdClassName
{
border-color: #B0EEE8;
}
.TagClassName
{
border-color: #B0EEE8;
}
</style>