Shades of Pale Turquoise #B3EFFA
Tints of Pale Turquoise #B3EFFA
RGB
CMYK
RGB Variations
Color information
#B3EFFA (or 0xB3EFFA) is known color: Pale Turquoise. HEX triplet: B3, EF and FA. RGB value is (179,239,250). Sum of RGB (Red+Green+Blue) = 179+239+250=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFFA is #4C1005. Grayscale: #DEDEDE. Windows color (decimal): -4984838 or 16445363. OLE color: 16445363.
HSL color Cylindrical-coordinate representation of color #B3EFFA: hue angle of 189.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3EFFA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 239 | 250 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.02 |
| HSL | 189.3º | 0.88% | 0.84% | - |
| HSV(B) | 189.3º | 0.28% | 0.98% | - |
| XYZ | 66.71 | 78.22 | 102.02 | - |
| YUV | 222.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 250 | 0.28 | 0.04 | 0 | 0.02 | 189.3 | 0.88 | 0.84 |
| Hex | B3 | EF | FA | 1C | 4 | 0 | 2 | BD | 58 | 54 |
| Octal | 263 | 357 | 372 | 34 | 4 | 0 | 2 | 275 | 130 | 124 |
| Binary | 10110011 | 11101111 | 11111010 | 11100 | 100 | 0 | 10 | 10111101 | 1011000 | 1010100 |
Color Harmonies of #B3EFFA
Complementary color
Monochromatic Colors of #B3EFFA
Black with #B3EFFA
Text Example
Text Example
White with #B3EFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFFA; }
p { color: rgb(179,239,250); }
H1.HeaderClassName
{
color: #B3EFFA;
}
.AnyTagClassName
{
color: #B3EFFA;
}
</style>
background-color css
<style>
a { background-color: #B3EFFA; }
a { background-color: rgb(179,239,250); }
div.DivClassName
{
background-color: #B3EFFA;
}
.BgClassName
{
background-color: #B3EFFA;
}
</style>
border-color css
<style>
span { border-color: #B3EFFA; }
span { border-color: rgb(179,239,250); }
td.TdClassName
{
border-color: #B3EFFA;
}
.TagClassName
{
border-color: #B3EFFA;
}
</style>