Shades of Pale Turquoise #BAF6EF
Tints of Pale Turquoise #BAF6EF
RGB
CMYK
RGB Variations
Color information
#BAF6EF (or 0xBAF6EF) is known color: Pale Turquoise. HEX triplet: BA, F6 and EF. RGB value is (186,246,239). Sum of RGB (Red+Green+Blue) = 186+246+239=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6EF is #450910. Grayscale: #E3E3E3. Windows color (decimal): -4524305 or 15726266. OLE color: 15726266.
HSL color Cylindrical-coordinate representation of color #BAF6EF: hue angle of 173º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6EF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 239 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.04 |
| HSL | 173º | 0.77% | 0.85% | - |
| HSV(B) | 173º | 0.24% | 0.96% | - |
| XYZ | 68.79 | 82.58 | 93.98 | - |
| YUV | 227.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 239 | 0.24 | 0 | 0.03 | 0.04 | 173 | 0.77 | 0.85 |
| Hex | BA | F6 | EF | 18 | 0 | 3 | 4 | AD | 4D | 55 |
| Octal | 272 | 366 | 357 | 30 | 0 | 3 | 4 | 255 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11101111 | 11000 | 0 | 11 | 100 | 10101101 | 1001101 | 1010101 |
Color Harmonies of #BAF6EF
Complementary color
Monochromatic Colors of #BAF6EF
Black with #BAF6EF
Text Example
Text Example
White with #BAF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6EF; }
p { color: rgb(186,246,239); }
H1.HeaderClassName
{
color: #BAF6EF;
}
.AnyTagClassName
{
color: #BAF6EF;
}
</style>
background-color css
<style>
a { background-color: #BAF6EF; }
a { background-color: rgb(186,246,239); }
div.DivClassName
{
background-color: #BAF6EF;
}
.BgClassName
{
background-color: #BAF6EF;
}
</style>
border-color css
<style>
span { border-color: #BAF6EF; }
span { border-color: rgb(186,246,239); }
td.TdClassName
{
border-color: #BAF6EF;
}
.TagClassName
{
border-color: #BAF6EF;
}
</style>