Shades of Pale Turquoise #B3FFF4
Tints of Pale Turquoise #B3FFF4
RGB
CMYK
RGB Variations
Color information
#B3FFF4 (or 0xB3FFF4) is known color: Pale Turquoise. HEX triplet: B3, FF and F4. RGB value is (179,255,244). Sum of RGB (Red+Green+Blue) = 179+255+244=678 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.40% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFF4 is #4C000B. Grayscale: #E6E6E6. Windows color (decimal): -4980748 or 16056243. OLE color: 16056243.
HSL color Cylindrical-coordinate representation of color #B3FFF4: hue angle of 171.32º 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 #B3FFF4 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 244 | - |
| CMYK | 0.30 | 0 | 0.04 | 0 |
| HSL | 171.32º | 1% | 0.85% | - |
| HSV(B) | 171.32º | 0.3% | 1% | - |
| XYZ | 70.68 | 87.64 | 98.78 | - |
| YUV | 231.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 244 | 0.30 | 0 | 0.04 | 0 | 171.32 | 1 | 0.85 |
| Hex | B3 | FF | F4 | 1E | 0 | 4 | 0 | AB | 64 | 55 |
| Octal | 263 | 377 | 364 | 36 | 0 | 4 | 0 | 253 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11110100 | 11110 | 0 | 100 | 0 | 10101011 | 1100100 | 1010101 |
Color Harmonies of #B3FFF4
Complementary color
Monochromatic Colors of #B3FFF4
Black with #B3FFF4
Text Example
Text Example
White with #B3FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFF4; }
p { color: rgb(179,255,244); }
H1.HeaderClassName
{
color: #B3FFF4;
}
.AnyTagClassName
{
color: #B3FFF4;
}
</style>
background-color css
<style>
a { background-color: #B3FFF4; }
a { background-color: rgb(179,255,244); }
div.DivClassName
{
background-color: #B3FFF4;
}
.BgClassName
{
background-color: #B3FFF4;
}
</style>
border-color css
<style>
span { border-color: #B3FFF4; }
span { border-color: rgb(179,255,244); }
td.TdClassName
{
border-color: #B3FFF4;
}
.TagClassName
{
border-color: #B3FFF4;
}
</style>