Shades of Pale Turquoise #BAF6F0
Tints of Pale Turquoise #BAF6F0
RGB
CMYK
RGB Variations
Color information
#BAF6F0 (or 0xBAF6F0) is known color: Pale Turquoise. HEX triplet: BA, F6 and F0. RGB value is (186,246,240). Sum of RGB (Red+Green+Blue) = 186+246+240=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6F0 is #45090F. Grayscale: #E3E3E3. Windows color (decimal): -4524304 or 15791802. OLE color: 15791802.
HSL color Cylindrical-coordinate representation of color #BAF6F0: hue angle of 174º 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 #BAF6F0 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 240 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.04 |
| HSL | 174º | 0.77% | 0.85% | - |
| HSV(B) | 174º | 0.24% | 0.96% | - |
| XYZ | 68.93 | 82.64 | 94.76 | - |
| YUV | 227.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 240 | 0.24 | 0 | 0.02 | 0.04 | 174 | 0.77 | 0.85 |
| Hex | BA | F6 | F0 | 18 | 0 | 2 | 4 | AE | 4D | 55 |
| Octal | 272 | 366 | 360 | 30 | 0 | 2 | 4 | 256 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11110000 | 11000 | 0 | 10 | 100 | 10101110 | 1001101 | 1010101 |
Color Harmonies of #BAF6F0
Complementary color
Monochromatic Colors of #BAF6F0
Black with #BAF6F0
Text Example
Text Example
White with #BAF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6F0; }
p { color: rgb(186,246,240); }
H1.HeaderClassName
{
color: #BAF6F0;
}
.AnyTagClassName
{
color: #BAF6F0;
}
</style>
background-color css
<style>
a { background-color: #BAF6F0; }
a { background-color: rgb(186,246,240); }
div.DivClassName
{
background-color: #BAF6F0;
}
.BgClassName
{
background-color: #BAF6F0;
}
</style>
border-color css
<style>
span { border-color: #BAF6F0; }
span { border-color: rgb(186,246,240); }
td.TdClassName
{
border-color: #BAF6F0;
}
.TagClassName
{
border-color: #BAF6F0;
}
</style>