Shades of Pale Turquoise #B0EEF0
Tints of Pale Turquoise #B0EEF0
RGB
CMYK
RGB Variations
Color information
#B0EEF0 (or 0xB0EEF0) is known color: Pale Turquoise. HEX triplet: B0, EE and F0. RGB value is (176,238,240). Sum of RGB (Red+Green+Blue) = 176+238+240=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEF0 is #4F110F. Grayscale: #DBDBDB. Windows color (decimal): -5181712 or 15789744. OLE color: 15789744.
HSL color Cylindrical-coordinate representation of color #B0EEF0: hue angle of 181.88º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EEF0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 238 | 240 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.06 |
| HSL | 181.88º | 0.68% | 0.82% | - |
| HSV(B) | 181.88º | 0.27% | 0.94% | - |
| XYZ | 64.21 | 76.67 | 93.85 | - |
| YUV | 219.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 240 | 0.27 | 0.01 | 0 | 0.06 | 181.88 | 0.68 | 0.82 |
| Hex | B0 | EE | F0 | 1B | 1 | 0 | 6 | B6 | 44 | 52 |
| Octal | 260 | 356 | 360 | 33 | 1 | 0 | 6 | 266 | 104 | 122 |
| Binary | 10110000 | 11101110 | 11110000 | 11011 | 1 | 0 | 110 | 10110110 | 1000100 | 1010010 |
Color Harmonies of #B0EEF0
Complementary color
Monochromatic Colors of #B0EEF0
Black with #B0EEF0
Text Example
Text Example
White with #B0EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEF0; }
p { color: rgb(176,238,240); }
H1.HeaderClassName
{
color: #B0EEF0;
}
.AnyTagClassName
{
color: #B0EEF0;
}
</style>
background-color css
<style>
a { background-color: #B0EEF0; }
a { background-color: rgb(176,238,240); }
div.DivClassName
{
background-color: #B0EEF0;
}
.BgClassName
{
background-color: #B0EEF0;
}
</style>
border-color css
<style>
span { border-color: #B0EEF0; }
span { border-color: rgb(176,238,240); }
td.TdClassName
{
border-color: #B0EEF0;
}
.TagClassName
{
border-color: #B0EEF0;
}
</style>