Shades of Pale Turquoise #BAF1EC
Tints of Pale Turquoise #BAF1EC
RGB
CMYK
RGB Variations
Color information
#BAF1EC (or 0xBAF1EC) is known color: Pale Turquoise. HEX triplet: BA, F1 and EC. RGB value is (186,241,236). Sum of RGB (Red+Green+Blue) = 186+241+236=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1EC is #450E13. Grayscale: #DFDFDF. Windows color (decimal): -4525588 or 15528378. OLE color: 15528378.
HSL color Cylindrical-coordinate representation of color #BAF1EC: hue angle of 174.55º degrees, saturation: 0.66, 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 #BAF1EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 236 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 174.55º | 0.66% | 0.84% | - |
| HSV(B) | 174.55º | 0.23% | 0.95% | - |
| XYZ | 66.85 | 79.41 | 91.16 | - |
| YUV | 223.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 236 | 0.23 | 0 | 0.02 | 0.05 | 174.55 | 0.66 | 0.84 |
| Hex | BA | F1 | EC | 17 | 0 | 2 | 5 | AF | 42 | 54 |
| Octal | 272 | 361 | 354 | 27 | 0 | 2 | 5 | 257 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11101100 | 10111 | 0 | 10 | 101 | 10101111 | 1000010 | 1010100 |
Color Harmonies of #BAF1EC
Complementary color
Monochromatic Colors of #BAF1EC
Black with #BAF1EC
Text Example
Text Example
White with #BAF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1EC; }
p { color: rgb(186,241,236); }
H1.HeaderClassName
{
color: #BAF1EC;
}
.AnyTagClassName
{
color: #BAF1EC;
}
</style>
background-color css
<style>
a { background-color: #BAF1EC; }
a { background-color: rgb(186,241,236); }
div.DivClassName
{
background-color: #BAF1EC;
}
.BgClassName
{
background-color: #BAF1EC;
}
</style>
border-color css
<style>
span { border-color: #BAF1EC; }
span { border-color: rgb(186,241,236); }
td.TdClassName
{
border-color: #BAF1EC;
}
.TagClassName
{
border-color: #BAF1EC;
}
</style>