Shades of Pale Turquoise #B0EEE6
Tints of Pale Turquoise #B0EEE6
RGB
CMYK
RGB Variations
Color information
#B0EEE6 (or 0xB0EEE6) is known color: Pale Turquoise. HEX triplet: B0, EE and E6. RGB value is (176,238,230). Sum of RGB (Red+Green+Blue) = 176+238+230=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEE6 is #4F1119. Grayscale: #DADADA. Windows color (decimal): -5181722 or 15134384. OLE color: 15134384.
HSL color Cylindrical-coordinate representation of color #B0EEE6: hue angle of 172.26º 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 #B0EEE6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 230 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 172.26º | 0.65% | 0.81% | - |
| HSV(B) | 172.26º | 0.26% | 0.93% | - |
| XYZ | 62.76 | 76.09 | 86.24 | - |
| YUV | 218.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 230 | 0.26 | 0 | 0.03 | 0.07 | 172.26 | 0.65 | 0.81 |
| Hex | B0 | EE | E6 | 1A | 0 | 3 | 7 | AC | 41 | 51 |
| Octal | 260 | 356 | 346 | 32 | 0 | 3 | 7 | 254 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11100110 | 11010 | 0 | 11 | 111 | 10101100 | 1000001 | 1010001 |
Color Harmonies of #B0EEE6
Complementary color
Monochromatic Colors of #B0EEE6
Black with #B0EEE6
Text Example
Text Example
White with #B0EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEE6; }
p { color: rgb(176,238,230); }
H1.HeaderClassName
{
color: #B0EEE6;
}
.AnyTagClassName
{
color: #B0EEE6;
}
</style>
background-color css
<style>
a { background-color: #B0EEE6; }
a { background-color: rgb(176,238,230); }
div.DivClassName
{
background-color: #B0EEE6;
}
.BgClassName
{
background-color: #B0EEE6;
}
</style>
border-color css
<style>
span { border-color: #B0EEE6; }
span { border-color: rgb(176,238,230); }
td.TdClassName
{
border-color: #B0EEE6;
}
.TagClassName
{
border-color: #B0EEE6;
}
</style>