Shades of Pale Turquoise #BAFFF1
Tints of Pale Turquoise #BAFFF1
RGB
CMYK
RGB Variations
Color information
#BAFFF1 (or 0xBAFFF1) is known color: Pale Turquoise. HEX triplet: BA, FF and F1. RGB value is (186,255,241). Sum of RGB (Red+Green+Blue) = 186+255+241=682 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.27% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF1 is #45000E. Grayscale: #E8E8E8. Windows color (decimal): -4521999 or 15859642. OLE color: 15859642.
HSL color Cylindrical-coordinate representation of color #BAFFF1: hue angle of 167.83º 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 #BAFFF1 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 241 | - |
| CMYK | 0.27 | 0 | 0.05 | 0 |
| HSL | 167.83º | 1% | 0.86% | - |
| HSV(B) | 167.83º | 0.27% | 1% | - |
| XYZ | 71.89 | 88.31 | 96.48 | - |
| YUV | 232.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 241 | 0.27 | 0 | 0.05 | 0 | 167.83 | 1 | 0.86 |
| Hex | BA | FF | F1 | 1B | 0 | 5 | 0 | A8 | 64 | 56 |
| Octal | 272 | 377 | 361 | 33 | 0 | 5 | 0 | 250 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110001 | 11011 | 0 | 101 | 0 | 10101000 | 1100100 | 1010110 |
Color Harmonies of #BAFFF1
Complementary color
Monochromatic Colors of #BAFFF1
Black with #BAFFF1
Text Example
Text Example
White with #BAFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF1; }
p { color: rgb(186,255,241); }
H1.HeaderClassName
{
color: #BAFFF1;
}
.AnyTagClassName
{
color: #BAFFF1;
}
</style>
background-color css
<style>
a { background-color: #BAFFF1; }
a { background-color: rgb(186,255,241); }
div.DivClassName
{
background-color: #BAFFF1;
}
.BgClassName
{
background-color: #BAFFF1;
}
</style>
border-color css
<style>
span { border-color: #BAFFF1; }
span { border-color: rgb(186,255,241); }
td.TdClassName
{
border-color: #BAFFF1;
}
.TagClassName
{
border-color: #BAFFF1;
}
</style>