Shades of Pale Turquoise #B3FEF5
Tints of Pale Turquoise #B3FEF5
RGB
CMYK
RGB Variations
Color information
#B3FEF5 (or 0xB3FEF5) is known color: Pale Turquoise. HEX triplet: B3, FE and F5. RGB value is (179,254,245). Sum of RGB (Red+Green+Blue) = 179+254+245=678 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.40% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEF5 is #4C010A. Grayscale: #E6E6E6. Windows color (decimal): -4981003 or 16121523. OLE color: 16121523.
HSL color Cylindrical-coordinate representation of color #B3FEF5: hue angle of 172.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEF5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 245 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.00 |
| HSL | 172.8º | 0.97% | 0.85% | - |
| HSV(B) | 172.8º | 0.3% | 1% | - |
| XYZ | 70.51 | 87.06 | 99.47 | - |
| YUV | 230.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 245 | 0.30 | 0 | 0.04 | 0.00 | 172.8 | 0.97 | 0.85 |
| Hex | B3 | FE | F5 | 1E | 0 | 4 | 0 | AD | 61 | 55 |
| Octal | 263 | 376 | 365 | 36 | 0 | 4 | 0 | 255 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11110101 | 11110 | 0 | 100 | 0 | 10101101 | 1100001 | 1010101 |
Color Harmonies of #B3FEF5
Complementary color
Monochromatic Colors of #B3FEF5
Black with #B3FEF5
Text Example
Text Example
White with #B3FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEF5; }
p { color: rgb(179,254,245); }
H1.HeaderClassName
{
color: #B3FEF5;
}
.AnyTagClassName
{
color: #B3FEF5;
}
</style>
background-color css
<style>
a { background-color: #B3FEF5; }
a { background-color: rgb(179,254,245); }
div.DivClassName
{
background-color: #B3FEF5;
}
.BgClassName
{
background-color: #B3FEF5;
}
</style>
border-color css
<style>
span { border-color: #B3FEF5; }
span { border-color: rgb(179,254,245); }
td.TdClassName
{
border-color: #B3FEF5;
}
.TagClassName
{
border-color: #B3FEF5;
}
</style>