Shades of Pale Turquoise #B3EFFE
Tints of Pale Turquoise #B3EFFE
RGB
CMYK
RGB Variations
Color information
#B3EFFE (or 0xB3EFFE) is known color: Pale Turquoise. HEX triplet: B3, EF and FE. RGB value is (179,239,254). Sum of RGB (Red+Green+Blue) = 179+239+254=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFFE is #4C1001. Grayscale: #DEDEDE. Windows color (decimal): -4984834 or 16707507. OLE color: 16707507.
HSL color Cylindrical-coordinate representation of color #B3EFFE: hue angle of 192º 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 #B3EFFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 239 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 192º | 0.97% | 0.85% | - |
| HSV(B) | 192º | 0.3% | 1% | - |
| XYZ | 67.35 | 78.47 | 105.36 | - |
| YUV | 222.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 254 | 0.30 | 0.06 | 0 | 0.00 | 192 | 0.97 | 0.85 |
| Hex | B3 | EF | FE | 1E | 6 | 0 | 0 | C0 | 61 | 55 |
| Octal | 263 | 357 | 376 | 36 | 6 | 0 | 0 | 300 | 141 | 125 |
| Binary | 10110011 | 11101111 | 11111110 | 11110 | 110 | 0 | 0 | 11000000 | 1100001 | 1010101 |
Color Harmonies of #B3EFFE
Complementary color
Monochromatic Colors of #B3EFFE
Black with #B3EFFE
Text Example
Text Example
White with #B3EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFFE; }
p { color: rgb(179,239,254); }
H1.HeaderClassName
{
color: #B3EFFE;
}
.AnyTagClassName
{
color: #B3EFFE;
}
</style>
background-color css
<style>
a { background-color: #B3EFFE; }
a { background-color: rgb(179,239,254); }
div.DivClassName
{
background-color: #B3EFFE;
}
.BgClassName
{
background-color: #B3EFFE;
}
</style>
border-color css
<style>
span { border-color: #B3EFFE; }
span { border-color: rgb(179,239,254); }
td.TdClassName
{
border-color: #B3EFFE;
}
.TagClassName
{
border-color: #B3EFFE;
}
</style>