Shades of Pale Turquoise #B0F6ED
Tints of Pale Turquoise #B0F6ED
RGB
CMYK
RGB Variations
Color information
#B0F6ED (or 0xB0F6ED) is known color: Pale Turquoise. HEX triplet: B0, F6 and ED. RGB value is (176,246,237). Sum of RGB (Red+Green+Blue) = 176+246+237=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F6ED is #4F0912. Grayscale: #E0E0E0. Windows color (decimal): -5179667 or 15595184. OLE color: 15595184.
HSL color Cylindrical-coordinate representation of color #B0F6ED: hue angle of 172.29º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F6ED is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 237 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.04 |
| HSL | 172.29º | 0.8% | 0.83% | - |
| HSV(B) | 172.29º | 0.28% | 0.96% | - |
| XYZ | 66.15 | 81.26 | 92.32 | - |
| YUV | 224.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 237 | 0.28 | 0 | 0.04 | 0.04 | 172.29 | 0.8 | 0.83 |
| Hex | B0 | F6 | ED | 1C | 0 | 4 | 4 | AC | 50 | 53 |
| Octal | 260 | 366 | 355 | 34 | 0 | 4 | 4 | 254 | 120 | 123 |
| Binary | 10110000 | 11110110 | 11101101 | 11100 | 0 | 100 | 100 | 10101100 | 1010000 | 1010011 |
Color Harmonies of #B0F6ED
Complementary color
Monochromatic Colors of #B0F6ED
Black with #B0F6ED
Text Example
Text Example
White with #B0F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F6ED; }
p { color: rgb(176,246,237); }
H1.HeaderClassName
{
color: #B0F6ED;
}
.AnyTagClassName
{
color: #B0F6ED;
}
</style>
background-color css
<style>
a { background-color: #B0F6ED; }
a { background-color: rgb(176,246,237); }
div.DivClassName
{
background-color: #B0F6ED;
}
.BgClassName
{
background-color: #B0F6ED;
}
</style>
border-color css
<style>
span { border-color: #B0F6ED; }
span { border-color: rgb(176,246,237); }
td.TdClassName
{
border-color: #B0F6ED;
}
.TagClassName
{
border-color: #B0F6ED;
}
</style>