Shades of Pale Turquoise #B0EFFF
Tints of Pale Turquoise #B0EFFF
RGB
CMYK
RGB Variations
Color information
#B0EFFF (or 0xB0EFFF) is known color: Pale Turquoise. HEX triplet: B0, EF and FF. RGB value is (176,239,255). Sum of RGB (Red+Green+Blue) = 176+239+255=670 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.27% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFFF is #4F1000. Grayscale: #DDDDDD. Windows color (decimal): -5181441 or 16773040. OLE color: 16773040.
HSL color Cylindrical-coordinate representation of color #B0EFFF: hue angle of 192.15º 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 #B0EFFF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 239 | 255 | - |
| CMYK | 0.31 | 0.06 | 0 | 0 |
| HSL | 192.15º | 1% | 0.85% | - |
| HSV(B) | 192.15º | 0.31% | 1% | - |
| XYZ | 66.82 | 78.18 | 106.18 | - |
| YUV | 221.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 255 | 0.31 | 0.06 | 0 | 0 | 192.15 | 1 | 0.85 |
| Hex | B0 | EF | FF | 1F | 6 | 0 | 0 | C0 | 64 | 55 |
| Octal | 260 | 357 | 377 | 37 | 6 | 0 | 0 | 300 | 144 | 125 |
| Binary | 10110000 | 11101111 | 11111111 | 11111 | 110 | 0 | 0 | 11000000 | 1100100 | 1010101 |
Color Harmonies of #B0EFFF
Complementary color
Monochromatic Colors of #B0EFFF
Black with #B0EFFF
Text Example
Text Example
White with #B0EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFFF; }
p { color: rgb(176,239,255); }
H1.HeaderClassName
{
color: #B0EFFF;
}
.AnyTagClassName
{
color: #B0EFFF;
}
</style>
background-color css
<style>
a { background-color: #B0EFFF; }
a { background-color: rgb(176,239,255); }
div.DivClassName
{
background-color: #B0EFFF;
}
.BgClassName
{
background-color: #B0EFFF;
}
</style>
border-color css
<style>
span { border-color: #B0EFFF; }
span { border-color: rgb(176,239,255); }
td.TdClassName
{
border-color: #B0EFFF;
}
.TagClassName
{
border-color: #B0EFFF;
}
</style>