Shades of Pale Turquoise #BAF3EC
Tints of Pale Turquoise #BAF3EC
RGB
CMYK
RGB Variations
Color information
#BAF3EC (or 0xBAF3EC) is known color: Pale Turquoise. HEX triplet: BA, F3 and EC. RGB value is (186,243,236). Sum of RGB (Red+Green+Blue) = 186+243+236=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3EC is #450C13. Grayscale: #E1E1E1. Windows color (decimal): -4525076 or 15528890. OLE color: 15528890.
HSL color Cylindrical-coordinate representation of color #BAF3EC: hue angle of 172.63º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 236 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.05 |
| HSL | 172.63º | 0.7% | 0.84% | - |
| HSV(B) | 172.63º | 0.23% | 0.95% | - |
| XYZ | 67.44 | 80.6 | 91.36 | - |
| YUV | 225.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 236 | 0.23 | 0 | 0.03 | 0.05 | 172.63 | 0.7 | 0.84 |
| Hex | BA | F3 | EC | 17 | 0 | 3 | 5 | AD | 46 | 54 |
| Octal | 272 | 363 | 354 | 27 | 0 | 3 | 5 | 255 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11101100 | 10111 | 0 | 11 | 101 | 10101101 | 1000110 | 1010100 |
Color Harmonies of #BAF3EC
Complementary color
Monochromatic Colors of #BAF3EC
Black with #BAF3EC
Text Example
Text Example
White with #BAF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3EC; }
p { color: rgb(186,243,236); }
H1.HeaderClassName
{
color: #BAF3EC;
}
.AnyTagClassName
{
color: #BAF3EC;
}
</style>
background-color css
<style>
a { background-color: #BAF3EC; }
a { background-color: rgb(186,243,236); }
div.DivClassName
{
background-color: #BAF3EC;
}
.BgClassName
{
background-color: #BAF3EC;
}
</style>
border-color css
<style>
span { border-color: #BAF3EC; }
span { border-color: rgb(186,243,236); }
td.TdClassName
{
border-color: #BAF3EC;
}
.TagClassName
{
border-color: #BAF3EC;
}
</style>