Shades of Pale Turquoise #B0FFEE
Tints of Pale Turquoise #B0FFEE
RGB
CMYK
RGB Variations
Color information
#B0FFEE (or 0xB0FFEE) is known color: Pale Turquoise. HEX triplet: B0, FF and EE. RGB value is (176,255,238). Sum of RGB (Red+Green+Blue) = 176+255+238=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEE is #4F0011. Grayscale: #E5E5E5. Windows color (decimal): -5177362 or 15663024. OLE color: 15663024.
HSL color Cylindrical-coordinate representation of color #B0FFEE: hue angle of 167.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFEE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 238 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 167.09º | 1% | 0.85% | - |
| HSV(B) | 167.09º | 0.31% | 1% | - |
| XYZ | 69.1 | 86.92 | 94.02 | - |
| YUV | 229.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 238 | 0.31 | 0 | 0.07 | 0 | 167.09 | 1 | 0.85 |
| Hex | B0 | FF | EE | 1F | 0 | 7 | 0 | A7 | 64 | 55 |
| Octal | 260 | 377 | 356 | 37 | 0 | 7 | 0 | 247 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101110 | 11111 | 0 | 111 | 0 | 10100111 | 1100100 | 1010101 |
Color Harmonies of #B0FFEE
Complementary color
Monochromatic Colors of #B0FFEE
Black with #B0FFEE
Text Example
Text Example
White with #B0FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFEE; }
p { color: rgb(176,255,238); }
H1.HeaderClassName
{
color: #B0FFEE;
}
.AnyTagClassName
{
color: #B0FFEE;
}
</style>
background-color css
<style>
a { background-color: #B0FFEE; }
a { background-color: rgb(176,255,238); }
div.DivClassName
{
background-color: #B0FFEE;
}
.BgClassName
{
background-color: #B0FFEE;
}
</style>
border-color css
<style>
span { border-color: #B0FFEE; }
span { border-color: rgb(176,255,238); }
td.TdClassName
{
border-color: #B0FFEE;
}
.TagClassName
{
border-color: #B0FFEE;
}
</style>