Shades of Pale Turquoise #B0EFF7
Tints of Pale Turquoise #B0EFF7
RGB
CMYK
RGB Variations
Color information
#B0EFF7 (or 0xB0EFF7) is known color: Pale Turquoise. HEX triplet: B0, EF and F7. RGB value is (176,239,247). Sum of RGB (Red+Green+Blue) = 176+239+247=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFF7 is #4F1008. Grayscale: #DCDCDC. Windows color (decimal): -5181449 or 16248752. OLE color: 16248752.
HSL color Cylindrical-coordinate representation of color #B0EFF7: hue angle of 186.76º 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 #B0EFF7 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 239 | 247 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.03 |
| HSL | 186.76º | 0.82% | 0.83% | - |
| HSV(B) | 186.76º | 0.29% | 0.97% | - |
| XYZ | 65.56 | 77.68 | 99.53 | - |
| YUV | 221.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 247 | 0.29 | 0.03 | 0 | 0.03 | 186.76 | 0.82 | 0.83 |
| Hex | B0 | EF | F7 | 1D | 3 | 0 | 3 | BB | 52 | 53 |
| Octal | 260 | 357 | 367 | 35 | 3 | 0 | 3 | 273 | 122 | 123 |
| Binary | 10110000 | 11101111 | 11110111 | 11101 | 11 | 0 | 11 | 10111011 | 1010010 | 1010011 |
Color Harmonies of #B0EFF7
Complementary color
Monochromatic Colors of #B0EFF7
Black with #B0EFF7
Text Example
Text Example
White with #B0EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFF7; }
p { color: rgb(176,239,247); }
H1.HeaderClassName
{
color: #B0EFF7;
}
.AnyTagClassName
{
color: #B0EFF7;
}
</style>
background-color css
<style>
a { background-color: #B0EFF7; }
a { background-color: rgb(176,239,247); }
div.DivClassName
{
background-color: #B0EFF7;
}
.BgClassName
{
background-color: #B0EFF7;
}
</style>
border-color css
<style>
span { border-color: #B0EFF7; }
span { border-color: rgb(176,239,247); }
td.TdClassName
{
border-color: #B0EFF7;
}
.TagClassName
{
border-color: #B0EFF7;
}
</style>