Shades of Pale Turquoise #B3F4EC
Tints of Pale Turquoise #B3F4EC
RGB
CMYK
RGB Variations
Color information
#B3F4EC (or 0xB3F4EC) is known color: Pale Turquoise. HEX triplet: B3, F4 and EC. RGB value is (179,244,236). Sum of RGB (Red+Green+Blue) = 179+244+236=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F4EC is #4C0B13. Grayscale: #DFDFDF. Windows color (decimal): -4983572 or 15529139. OLE color: 15529139.
HSL color Cylindrical-coordinate representation of color #B3F4EC: hue angle of 172.62º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F4EC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 244 | 236 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.04 |
| HSL | 172.62º | 0.75% | 0.83% | - |
| HSV(B) | 172.62º | 0.27% | 0.96% | - |
| XYZ | 66.08 | 80.34 | 91.38 | - |
| YUV | 223.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 244 | 236 | 0.27 | 0 | 0.03 | 0.04 | 172.62 | 0.75 | 0.83 |
| Hex | B3 | F4 | EC | 1B | 0 | 3 | 4 | AD | 4B | 53 |
| Octal | 263 | 364 | 354 | 33 | 0 | 3 | 4 | 255 | 113 | 123 |
| Binary | 10110011 | 11110100 | 11101100 | 11011 | 0 | 11 | 100 | 10101101 | 1001011 | 1010011 |
Color Harmonies of #B3F4EC
Complementary color
Monochromatic Colors of #B3F4EC
Black with #B3F4EC
Text Example
Text Example
White with #B3F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F4EC; }
p { color: rgb(179,244,236); }
H1.HeaderClassName
{
color: #B3F4EC;
}
.AnyTagClassName
{
color: #B3F4EC;
}
</style>
background-color css
<style>
a { background-color: #B3F4EC; }
a { background-color: rgb(179,244,236); }
div.DivClassName
{
background-color: #B3F4EC;
}
.BgClassName
{
background-color: #B3F4EC;
}
</style>
border-color css
<style>
span { border-color: #B3F4EC; }
span { border-color: rgb(179,244,236); }
td.TdClassName
{
border-color: #B3F4EC;
}
.TagClassName
{
border-color: #B3F4EC;
}
</style>