Shades of Pale Turquoise #B0EDE9
Tints of Pale Turquoise #B0EDE9
RGB
CMYK
RGB Variations
Color information
#B0EDE9 (or 0xB0EDE9) is known color: Pale Turquoise. HEX triplet: B0, ED and E9. RGB value is (176,237,233). Sum of RGB (Red+Green+Blue) = 176+237+233=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDE9 is #4F1216. Grayscale: #DADADA. Windows color (decimal): -5181975 or 15330736. OLE color: 15330736.
HSL color Cylindrical-coordinate representation of color #B0EDE9: hue angle of 176.07º 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 #B0EDE9 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 233 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.07 |
| HSL | 176.07º | 0.63% | 0.81% | - |
| HSV(B) | 176.07º | 0.26% | 0.93% | - |
| XYZ | 62.9 | 75.68 | 88.38 | - |
| YUV | 218.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 233 | 0.26 | 0 | 0.02 | 0.07 | 176.07 | 0.63 | 0.81 |
| Hex | B0 | ED | E9 | 1A | 0 | 2 | 7 | B0 | 3F | 51 |
| Octal | 260 | 355 | 351 | 32 | 0 | 2 | 7 | 260 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11101001 | 11010 | 0 | 10 | 111 | 10110000 | 111111 | 1010001 |
Color Harmonies of #B0EDE9
Complementary color
Monochromatic Colors of #B0EDE9
Black with #B0EDE9
Text Example
Text Example
White with #B0EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDE9; }
p { color: rgb(176,237,233); }
H1.HeaderClassName
{
color: #B0EDE9;
}
.AnyTagClassName
{
color: #B0EDE9;
}
</style>
background-color css
<style>
a { background-color: #B0EDE9; }
a { background-color: rgb(176,237,233); }
div.DivClassName
{
background-color: #B0EDE9;
}
.BgClassName
{
background-color: #B0EDE9;
}
</style>
border-color css
<style>
span { border-color: #B0EDE9; }
span { border-color: rgb(176,237,233); }
td.TdClassName
{
border-color: #B0EDE9;
}
.TagClassName
{
border-color: #B0EDE9;
}
</style>