Shades of Pale Turquoise #B3EEFE
Tints of Pale Turquoise #B3EEFE
RGB
CMYK
RGB Variations
Color information
#B3EEFE (or 0xB3EEFE) is known color: Pale Turquoise. HEX triplet: B3, EE and FE. RGB value is (179,238,254). Sum of RGB (Red+Green+Blue) = 179+238+254=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEFE is #4C1101. Grayscale: #DEDEDE. Windows color (decimal): -4985090 or 16707251. OLE color: 16707251.
HSL color Cylindrical-coordinate representation of color #B3EEFE: hue angle of 192.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3EEFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 238 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 192.8º | 0.97% | 0.85% | - |
| HSV(B) | 192.8º | 0.3% | 1% | - |
| XYZ | 67.05 | 77.89 | 105.27 | - |
| YUV | 222.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 254 | 0.30 | 0.06 | 0 | 0.00 | 192.8 | 0.97 | 0.85 |
| Hex | B3 | EE | FE | 1E | 6 | 0 | 0 | C1 | 61 | 55 |
| Octal | 263 | 356 | 376 | 36 | 6 | 0 | 0 | 301 | 141 | 125 |
| Binary | 10110011 | 11101110 | 11111110 | 11110 | 110 | 0 | 0 | 11000001 | 1100001 | 1010101 |
Color Harmonies of #B3EEFE
Complementary color
Monochromatic Colors of #B3EEFE
Black with #B3EEFE
Text Example
Text Example
White with #B3EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EEFE; }
p { color: rgb(179,238,254); }
H1.HeaderClassName
{
color: #B3EEFE;
}
.AnyTagClassName
{
color: #B3EEFE;
}
</style>
background-color css
<style>
a { background-color: #B3EEFE; }
a { background-color: rgb(179,238,254); }
div.DivClassName
{
background-color: #B3EEFE;
}
.BgClassName
{
background-color: #B3EEFE;
}
</style>
border-color css
<style>
span { border-color: #B3EEFE; }
span { border-color: rgb(179,238,254); }
td.TdClassName
{
border-color: #B3EEFE;
}
.TagClassName
{
border-color: #B3EEFE;
}
</style>