Shades of Pale Turquoise #B0F7ED
Tints of Pale Turquoise #B0F7ED
RGB
CMYK
RGB Variations
Color information
#B0F7ED (or 0xB0F7ED) is known color: Pale Turquoise. HEX triplet: B0, F7 and ED. RGB value is (176,247,237). Sum of RGB (Red+Green+Blue) = 176+247+237=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7ED is #4F0812. Grayscale: #E0E0E0. Windows color (decimal): -5179411 or 15595440. OLE color: 15595440.
HSL color Cylindrical-coordinate representation of color #B0F7ED: hue angle of 171.55º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7ED is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 237 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.03 |
| HSL | 171.55º | 0.82% | 0.83% | - |
| HSV(B) | 171.55º | 0.29% | 0.97% | - |
| XYZ | 66.45 | 81.87 | 92.42 | - |
| YUV | 224.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 237 | 0.29 | 0 | 0.04 | 0.03 | 171.55 | 0.82 | 0.83 |
| Hex | B0 | F7 | ED | 1D | 0 | 4 | 3 | AC | 52 | 53 |
| Octal | 260 | 367 | 355 | 35 | 0 | 4 | 3 | 254 | 122 | 123 |
| Binary | 10110000 | 11110111 | 11101101 | 11101 | 0 | 100 | 11 | 10101100 | 1010010 | 1010011 |
Color Harmonies of #B0F7ED
Complementary color
Monochromatic Colors of #B0F7ED
Black with #B0F7ED
Text Example
Text Example
White with #B0F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7ED; }
p { color: rgb(176,247,237); }
H1.HeaderClassName
{
color: #B0F7ED;
}
.AnyTagClassName
{
color: #B0F7ED;
}
</style>
background-color css
<style>
a { background-color: #B0F7ED; }
a { background-color: rgb(176,247,237); }
div.DivClassName
{
background-color: #B0F7ED;
}
.BgClassName
{
background-color: #B0F7ED;
}
</style>
border-color css
<style>
span { border-color: #B0F7ED; }
span { border-color: rgb(176,247,237); }
td.TdClassName
{
border-color: #B0F7ED;
}
.TagClassName
{
border-color: #B0F7ED;
}
</style>