Shades of Pale Turquoise #B0EFF6
Tints of Pale Turquoise #B0EFF6
RGB
CMYK
RGB Variations
Color information
#B0EFF6 (or 0xB0EFF6) is known color: Pale Turquoise. HEX triplet: B0, EF and F6. RGB value is (176,239,246). Sum of RGB (Red+Green+Blue) = 176+239+246=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFF6 is #4F1009. Grayscale: #DCDCDC. Windows color (decimal): -5181450 or 16183216. OLE color: 16183216.
HSL color Cylindrical-coordinate representation of color #B0EFF6: hue angle of 186º 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 #B0EFF6 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 239 | 246 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.04 |
| HSL | 186º | 0.8% | 0.83% | - |
| HSV(B) | 186º | 0.28% | 0.96% | - |
| XYZ | 65.41 | 77.62 | 98.72 | - |
| YUV | 220.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 246 | 0.28 | 0.03 | 0 | 0.04 | 186 | 0.8 | 0.83 |
| Hex | B0 | EF | F6 | 1C | 3 | 0 | 4 | BA | 50 | 53 |
| Octal | 260 | 357 | 366 | 34 | 3 | 0 | 4 | 272 | 120 | 123 |
| Binary | 10110000 | 11101111 | 11110110 | 11100 | 11 | 0 | 100 | 10111010 | 1010000 | 1010011 |
Color Harmonies of #B0EFF6
Complementary color
Monochromatic Colors of #B0EFF6
Black with #B0EFF6
Text Example
Text Example
White with #B0EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFF6; }
p { color: rgb(176,239,246); }
H1.HeaderClassName
{
color: #B0EFF6;
}
.AnyTagClassName
{
color: #B0EFF6;
}
</style>
background-color css
<style>
a { background-color: #B0EFF6; }
a { background-color: rgb(176,239,246); }
div.DivClassName
{
background-color: #B0EFF6;
}
.BgClassName
{
background-color: #B0EFF6;
}
</style>
border-color css
<style>
span { border-color: #B0EFF6; }
span { border-color: rgb(176,239,246); }
td.TdClassName
{
border-color: #B0EFF6;
}
.TagClassName
{
border-color: #B0EFF6;
}
</style>