Shades of Pale Turquoise #BAF6F1
Tints of Pale Turquoise #BAF6F1
RGB
CMYK
RGB Variations
Color information
#BAF6F1 (or 0xBAF6F1) is known color: Pale Turquoise. HEX triplet: BA, F6 and F1. RGB value is (186,246,241). Sum of RGB (Red+Green+Blue) = 186+246+241=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6F1 is #45090E. Grayscale: #E3E3E3. Windows color (decimal): -4524303 or 15857338. OLE color: 15857338.
HSL color Cylindrical-coordinate representation of color #BAF6F1: hue angle of 175º 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 #BAF6F1 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 241 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.04 |
| HSL | 175º | 0.77% | 0.85% | - |
| HSV(B) | 175º | 0.24% | 0.96% | - |
| XYZ | 69.08 | 82.7 | 95.54 | - |
| YUV | 227.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 241 | 0.24 | 0 | 0.02 | 0.04 | 175 | 0.77 | 0.85 |
| Hex | BA | F6 | F1 | 18 | 0 | 2 | 4 | AF | 4D | 55 |
| Octal | 272 | 366 | 361 | 30 | 0 | 2 | 4 | 257 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11110001 | 11000 | 0 | 10 | 100 | 10101111 | 1001101 | 1010101 |
Color Harmonies of #BAF6F1
Complementary color
Monochromatic Colors of #BAF6F1
Black with #BAF6F1
Text Example
Text Example
White with #BAF6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6F1; }
p { color: rgb(186,246,241); }
H1.HeaderClassName
{
color: #BAF6F1;
}
.AnyTagClassName
{
color: #BAF6F1;
}
</style>
background-color css
<style>
a { background-color: #BAF6F1; }
a { background-color: rgb(186,246,241); }
div.DivClassName
{
background-color: #BAF6F1;
}
.BgClassName
{
background-color: #BAF6F1;
}
</style>
border-color css
<style>
span { border-color: #BAF6F1; }
span { border-color: rgb(186,246,241); }
td.TdClassName
{
border-color: #BAF6F1;
}
.TagClassName
{
border-color: #BAF6F1;
}
</style>