Shades of Pale Turquoise #B0F2ED
Tints of Pale Turquoise #B0F2ED
RGB
CMYK
RGB Variations
Color information
#B0F2ED (or 0xB0F2ED) is known color: Pale Turquoise. HEX triplet: B0, F2 and ED. RGB value is (176,242,237). Sum of RGB (Red+Green+Blue) = 176+242+237=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2ED is #4F0D12. Grayscale: #DDDDDD. Windows color (decimal): -5180691 or 15594160. OLE color: 15594160.
HSL color Cylindrical-coordinate representation of color #B0F2ED: hue angle of 175.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2ED is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 237 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.05 |
| HSL | 175.45º | 0.72% | 0.82% | - |
| HSV(B) | 175.45º | 0.27% | 0.95% | - |
| XYZ | 64.94 | 78.85 | 91.92 | - |
| YUV | 221.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 237 | 0.27 | 0 | 0.02 | 0.05 | 175.45 | 0.72 | 0.82 |
| Hex | B0 | F2 | ED | 1B | 0 | 2 | 5 | AF | 48 | 52 |
| Octal | 260 | 362 | 355 | 33 | 0 | 2 | 5 | 257 | 110 | 122 |
| Binary | 10110000 | 11110010 | 11101101 | 11011 | 0 | 10 | 101 | 10101111 | 1001000 | 1010010 |
Color Harmonies of #B0F2ED
Complementary color
Monochromatic Colors of #B0F2ED
Black with #B0F2ED
Text Example
Text Example
White with #B0F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2ED; }
p { color: rgb(176,242,237); }
H1.HeaderClassName
{
color: #B0F2ED;
}
.AnyTagClassName
{
color: #B0F2ED;
}
</style>
background-color css
<style>
a { background-color: #B0F2ED; }
a { background-color: rgb(176,242,237); }
div.DivClassName
{
background-color: #B0F2ED;
}
.BgClassName
{
background-color: #B0F2ED;
}
</style>
border-color css
<style>
span { border-color: #B0F2ED; }
span { border-color: rgb(176,242,237); }
td.TdClassName
{
border-color: #B0F2ED;
}
.TagClassName
{
border-color: #B0F2ED;
}
</style>