Shades of Pale Turquoise #B0FFEF
Tints of Pale Turquoise #B0FFEF
RGB
CMYK
RGB Variations
Color information
#B0FFEF (or 0xB0FFEF) is known color: Pale Turquoise. HEX triplet: B0, FF and EF. RGB value is (176,255,239). Sum of RGB (Red+Green+Blue) = 176+255+239=670 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.27% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEF is #4F0010. Grayscale: #E5E5E5. Windows color (decimal): -5177361 or 15728560. OLE color: 15728560.
HSL color Cylindrical-coordinate representation of color #B0FFEF: hue angle of 167.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFEF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 239 | - |
| CMYK | 0.31 | 0 | 0.06 | 0 |
| HSL | 167.85º | 1% | 0.85% | - |
| HSV(B) | 167.85º | 0.31% | 1% | - |
| XYZ | 69.24 | 86.98 | 94.8 | - |
| YUV | 229.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 239 | 0.31 | 0 | 0.06 | 0 | 167.85 | 1 | 0.85 |
| Hex | B0 | FF | EF | 1F | 0 | 6 | 0 | A8 | 64 | 55 |
| Octal | 260 | 377 | 357 | 37 | 0 | 6 | 0 | 250 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101111 | 11111 | 0 | 110 | 0 | 10101000 | 1100100 | 1010101 |
Color Harmonies of #B0FFEF
Complementary color
Monochromatic Colors of #B0FFEF
Black with #B0FFEF
Text Example
Text Example
White with #B0FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFEF; }
p { color: rgb(176,255,239); }
H1.HeaderClassName
{
color: #B0FFEF;
}
.AnyTagClassName
{
color: #B0FFEF;
}
</style>
background-color css
<style>
a { background-color: #B0FFEF; }
a { background-color: rgb(176,255,239); }
div.DivClassName
{
background-color: #B0FFEF;
}
.BgClassName
{
background-color: #B0FFEF;
}
</style>
border-color css
<style>
span { border-color: #B0FFEF; }
span { border-color: rgb(176,255,239); }
td.TdClassName
{
border-color: #B0FFEF;
}
.TagClassName
{
border-color: #B0FFEF;
}
</style>