Shades of Pale Turquoise #B3FFFD
Tints of Pale Turquoise #B3FFFD
RGB
CMYK
RGB Variations
Color information
#B3FFFD (or 0xB3FFFD) is known color: Pale Turquoise. HEX triplet: B3, FF and FD. RGB value is (179,255,253). Sum of RGB (Red+Green+Blue) = 179+255+253=687 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.06% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFD is #4C0002. Grayscale: #E7E7E7. Windows color (decimal): -4980739 or 16646067. OLE color: 16646067.
HSL color Cylindrical-coordinate representation of color #B3FFFD: hue angle of 178.42º 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 #B3FFFD is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 253 | - |
| CMYK | 0.30 | 0 | 0.01 | 0 |
| HSL | 178.42º | 1% | 0.85% | - |
| HSV(B) | 178.42º | 0.3% | 1% | - |
| XYZ | 72.08 | 88.2 | 106.15 | - |
| YUV | 232.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 253 | 0.30 | 0 | 0.01 | 0 | 178.42 | 1 | 0.85 |
| Hex | B3 | FF | FD | 1E | 0 | 1 | 0 | B2 | 64 | 55 |
| Octal | 263 | 377 | 375 | 36 | 0 | 1 | 0 | 262 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11111101 | 11110 | 0 | 1 | 0 | 10110010 | 1100100 | 1010101 |
Color Harmonies of #B3FFFD
Complementary color
Monochromatic Colors of #B3FFFD
Black with #B3FFFD
Text Example
Text Example
White with #B3FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFFD; }
p { color: rgb(179,255,253); }
H1.HeaderClassName
{
color: #B3FFFD;
}
.AnyTagClassName
{
color: #B3FFFD;
}
</style>
background-color css
<style>
a { background-color: #B3FFFD; }
a { background-color: rgb(179,255,253); }
div.DivClassName
{
background-color: #B3FFFD;
}
.BgClassName
{
background-color: #B3FFFD;
}
</style>
border-color css
<style>
span { border-color: #B3FFFD; }
span { border-color: rgb(179,255,253); }
td.TdClassName
{
border-color: #B3FFFD;
}
.TagClassName
{
border-color: #B3FFFD;
}
</style>