Shades of Pale Turquoise #BAFFF6
Tints of Pale Turquoise #BAFFF6
RGB
CMYK
RGB Variations
Color information
#BAFFF6 (or 0xBAFFF6) is known color: Pale Turquoise. HEX triplet: BA, FF and F6. RGB value is (186,255,246). Sum of RGB (Red+Green+Blue) = 186+255+246=687 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.07% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF6 is #450009. Grayscale: #E9E9E9. Windows color (decimal): -4521994 or 16187322. OLE color: 16187322.
HSL color Cylindrical-coordinate representation of color #BAFFF6: hue angle of 172.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFF6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 246 | - |
| CMYK | 0.27 | 0 | 0.04 | 0 |
| HSL | 172.17º | 1% | 0.86% | - |
| HSV(B) | 172.17º | 0.27% | 1% | - |
| XYZ | 72.64 | 88.61 | 100.46 | - |
| YUV | 233.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 246 | 0.27 | 0 | 0.04 | 0 | 172.17 | 1 | 0.86 |
| Hex | BA | FF | F6 | 1B | 0 | 4 | 0 | AC | 64 | 56 |
| Octal | 272 | 377 | 366 | 33 | 0 | 4 | 0 | 254 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110110 | 11011 | 0 | 100 | 0 | 10101100 | 1100100 | 1010110 |
Color Harmonies of #BAFFF6
Complementary color
Monochromatic Colors of #BAFFF6
Black with #BAFFF6
Text Example
Text Example
White with #BAFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF6; }
p { color: rgb(186,255,246); }
H1.HeaderClassName
{
color: #BAFFF6;
}
.AnyTagClassName
{
color: #BAFFF6;
}
</style>
background-color css
<style>
a { background-color: #BAFFF6; }
a { background-color: rgb(186,255,246); }
div.DivClassName
{
background-color: #BAFFF6;
}
.BgClassName
{
background-color: #BAFFF6;
}
</style>
border-color css
<style>
span { border-color: #BAFFF6; }
span { border-color: rgb(186,255,246); }
td.TdClassName
{
border-color: #BAFFF6;
}
.TagClassName
{
border-color: #BAFFF6;
}
</style>