Shades of Pale Turquoise #B0EDE6
Tints of Pale Turquoise #B0EDE6
RGB
CMYK
RGB Variations
Color information
#B0EDE6 (or 0xB0EDE6) is known color: Pale Turquoise. HEX triplet: B0, ED and E6. RGB value is (176,237,230). Sum of RGB (Red+Green+Blue) = 176+237+230=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDE6 is #4F1219. Grayscale: #D9D9D9. Windows color (decimal): -5181978 or 15134128. OLE color: 15134128.
HSL color Cylindrical-coordinate representation of color #B0EDE6: hue angle of 173.11º degrees, saturation: 0.63, 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 #B0EDE6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 230 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 173.11º | 0.63% | 0.81% | - |
| HSV(B) | 173.11º | 0.26% | 0.93% | - |
| XYZ | 62.47 | 75.51 | 86.15 | - |
| YUV | 217.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 230 | 0.26 | 0 | 0.03 | 0.07 | 173.11 | 0.63 | 0.81 |
| Hex | B0 | ED | E6 | 1A | 0 | 3 | 7 | AD | 3F | 51 |
| Octal | 260 | 355 | 346 | 32 | 0 | 3 | 7 | 255 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11100110 | 11010 | 0 | 11 | 111 | 10101101 | 111111 | 1010001 |
Color Harmonies of #B0EDE6
Complementary color
Monochromatic Colors of #B0EDE6
Black with #B0EDE6
Text Example
Text Example
White with #B0EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDE6; }
p { color: rgb(176,237,230); }
H1.HeaderClassName
{
color: #B0EDE6;
}
.AnyTagClassName
{
color: #B0EDE6;
}
</style>
background-color css
<style>
a { background-color: #B0EDE6; }
a { background-color: rgb(176,237,230); }
div.DivClassName
{
background-color: #B0EDE6;
}
.BgClassName
{
background-color: #B0EDE6;
}
</style>
border-color css
<style>
span { border-color: #B0EDE6; }
span { border-color: rgb(176,237,230); }
td.TdClassName
{
border-color: #B0EDE6;
}
.TagClassName
{
border-color: #B0EDE6;
}
</style>