Shades of Pale Turquoise #B3FFFC
Tints of Pale Turquoise #B3FFFC
RGB
CMYK
RGB Variations
Color information
#B3FFFC (or 0xB3FFFC) is known color: Pale Turquoise. HEX triplet: B3, FF and FC. RGB value is (179,255,252). Sum of RGB (Red+Green+Blue) = 179+255+252=686 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.09% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFC is #4C0003. Grayscale: #E7E7E7. Windows color (decimal): -4980740 or 16580531. OLE color: 16580531.
HSL color Cylindrical-coordinate representation of color #B3FFFC: hue angle of 177.63º 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 #B3FFFC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 252 | - |
| CMYK | 0.30 | 0 | 0.01 | 0 |
| HSL | 177.63º | 1% | 0.85% | - |
| HSV(B) | 177.63º | 0.3% | 1% | - |
| XYZ | 71.92 | 88.13 | 105.32 | - |
| YUV | 231.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 252 | 0.30 | 0 | 0.01 | 0 | 177.63 | 1 | 0.85 |
| Hex | B3 | FF | FC | 1E | 0 | 1 | 0 | B2 | 64 | 55 |
| Octal | 263 | 377 | 374 | 36 | 0 | 1 | 0 | 262 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11111100 | 11110 | 0 | 1 | 0 | 10110010 | 1100100 | 1010101 |
Color Harmonies of #B3FFFC
Complementary color
Monochromatic Colors of #B3FFFC
Black with #B3FFFC
Text Example
Text Example
White with #B3FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFFC; }
p { color: rgb(179,255,252); }
H1.HeaderClassName
{
color: #B3FFFC;
}
.AnyTagClassName
{
color: #B3FFFC;
}
</style>
background-color css
<style>
a { background-color: #B3FFFC; }
a { background-color: rgb(179,255,252); }
div.DivClassName
{
background-color: #B3FFFC;
}
.BgClassName
{
background-color: #B3FFFC;
}
</style>
border-color css
<style>
span { border-color: #B3FFFC; }
span { border-color: rgb(179,255,252); }
td.TdClassName
{
border-color: #B3FFFC;
}
.TagClassName
{
border-color: #B3FFFC;
}
</style>