Shades of Pale Turquoise #BAF4EC
Tints of Pale Turquoise #BAF4EC
RGB
CMYK
RGB Variations
Color information
#BAF4EC (or 0xBAF4EC) is known color: Pale Turquoise. HEX triplet: BA, F4 and EC. RGB value is (186,244,236). Sum of RGB (Red+Green+Blue) = 186+244+236=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4EC is #450B13. Grayscale: #E1E1E1. Windows color (decimal): -4524820 or 15529146. OLE color: 15529146.
HSL color Cylindrical-coordinate representation of color #BAF4EC: hue angle of 171.72º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4EC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 236 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.04 |
| HSL | 171.72º | 0.73% | 0.84% | - |
| HSV(B) | 171.72º | 0.24% | 0.96% | - |
| XYZ | 67.74 | 81.2 | 91.46 | - |
| YUV | 225.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 236 | 0.24 | 0 | 0.03 | 0.04 | 171.72 | 0.73 | 0.84 |
| Hex | BA | F4 | EC | 18 | 0 | 3 | 4 | AC | 48 | 54 |
| Octal | 272 | 364 | 354 | 30 | 0 | 3 | 4 | 254 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11101100 | 11000 | 0 | 11 | 100 | 10101100 | 1001000 | 1010100 |
Color Harmonies of #BAF4EC
Complementary color
Monochromatic Colors of #BAF4EC
Black with #BAF4EC
Text Example
Text Example
White with #BAF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4EC; }
p { color: rgb(186,244,236); }
H1.HeaderClassName
{
color: #BAF4EC;
}
.AnyTagClassName
{
color: #BAF4EC;
}
</style>
background-color css
<style>
a { background-color: #BAF4EC; }
a { background-color: rgb(186,244,236); }
div.DivClassName
{
background-color: #BAF4EC;
}
.BgClassName
{
background-color: #BAF4EC;
}
</style>
border-color css
<style>
span { border-color: #BAF4EC; }
span { border-color: rgb(186,244,236); }
td.TdClassName
{
border-color: #BAF4EC;
}
.TagClassName
{
border-color: #BAF4EC;
}
</style>