Shades of Pale Turquoise #B3FFFA
Tints of Pale Turquoise #B3FFFA
RGB
CMYK
RGB Variations
Color information
#B3FFFA (or 0xB3FFFA) is known color: Pale Turquoise. HEX triplet: B3, FF and FA. RGB value is (179,255,250). Sum of RGB (Red+Green+Blue) = 179+255+250=684 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.17% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFA is #4C0005. Grayscale: #E7E7E7. Windows color (decimal): -4980742 or 16449459. OLE color: 16449459.
HSL color Cylindrical-coordinate representation of color #B3FFFA: hue angle of 176.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFFA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 250 | - |
| CMYK | 0.30 | 0 | 0.02 | 0 |
| HSL | 176.05º | 1% | 0.85% | - |
| HSV(B) | 176.05º | 0.3% | 1% | - |
| XYZ | 71.61 | 88.01 | 103.66 | - |
| YUV | 231.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 250 | 0.30 | 0 | 0.02 | 0 | 176.05 | 1 | 0.85 |
| Hex | B3 | FF | FA | 1E | 0 | 2 | 0 | B0 | 64 | 55 |
| Octal | 263 | 377 | 372 | 36 | 0 | 2 | 0 | 260 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11111010 | 11110 | 0 | 10 | 0 | 10110000 | 1100100 | 1010101 |
Color Harmonies of #B3FFFA
Complementary color
Monochromatic Colors of #B3FFFA
Black with #B3FFFA
Text Example
Text Example
White with #B3FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFFA; }
p { color: rgb(179,255,250); }
H1.HeaderClassName
{
color: #B3FFFA;
}
.AnyTagClassName
{
color: #B3FFFA;
}
</style>
background-color css
<style>
a { background-color: #B3FFFA; }
a { background-color: rgb(179,255,250); }
div.DivClassName
{
background-color: #B3FFFA;
}
.BgClassName
{
background-color: #B3FFFA;
}
</style>
border-color css
<style>
span { border-color: #B3FFFA; }
span { border-color: rgb(179,255,250); }
td.TdClassName
{
border-color: #B3FFFA;
}
.TagClassName
{
border-color: #B3FFFA;
}
</style>