Shades of Pale Turquoise #B0EEFF
Tints of Pale Turquoise #B0EEFF
RGB
CMYK
RGB Variations
Color information
#B0EEFF (or 0xB0EEFF) is known color: Pale Turquoise. HEX triplet: B0, EE and FF. RGB value is (176,238,255). Sum of RGB (Red+Green+Blue) = 176+238+255=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEFF is #4F1100. Grayscale: #DDDDDD. Windows color (decimal): -5181697 or 16772784. OLE color: 16772784.
HSL color Cylindrical-coordinate representation of color #B0EEFF: hue angle of 192.91º 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 #B0EEFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 238 | 255 | - |
| CMYK | 0.31 | 0.07 | 0 | 0 |
| HSL | 192.91º | 1% | 0.85% | - |
| HSV(B) | 192.91º | 0.31% | 1% | - |
| XYZ | 66.53 | 77.6 | 106.08 | - |
| YUV | 221.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 255 | 0.31 | 0.07 | 0 | 0 | 192.91 | 1 | 0.85 |
| Hex | B0 | EE | FF | 1F | 7 | 0 | 0 | C1 | 64 | 55 |
| Octal | 260 | 356 | 377 | 37 | 7 | 0 | 0 | 301 | 144 | 125 |
| Binary | 10110000 | 11101110 | 11111111 | 11111 | 111 | 0 | 0 | 11000001 | 1100100 | 1010101 |
Color Harmonies of #B0EEFF
Complementary color
Monochromatic Colors of #B0EEFF
Black with #B0EEFF
Text Example
Text Example
White with #B0EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEFF; }
p { color: rgb(176,238,255); }
H1.HeaderClassName
{
color: #B0EEFF;
}
.AnyTagClassName
{
color: #B0EEFF;
}
</style>
background-color css
<style>
a { background-color: #B0EEFF; }
a { background-color: rgb(176,238,255); }
div.DivClassName
{
background-color: #B0EEFF;
}
.BgClassName
{
background-color: #B0EEFF;
}
</style>
border-color css
<style>
span { border-color: #B0EEFF; }
span { border-color: rgb(176,238,255); }
td.TdClassName
{
border-color: #B0EEFF;
}
.TagClassName
{
border-color: #B0EEFF;
}
</style>