Shades of Pale Turquoise #BAFFF7
Tints of Pale Turquoise #BAFFF7
RGB
CMYK
RGB Variations
Color information
#BAFFF7 (or 0xBAFFF7) is known color: Pale Turquoise. HEX triplet: BA, FF and F7. RGB value is (186,255,247). Sum of RGB (Red+Green+Blue) = 186+255+247=688 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.03% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF7 is #450008. Grayscale: #E9E9E9. Windows color (decimal): -4521993 or 16252858. OLE color: 16252858.
HSL color Cylindrical-coordinate representation of color #BAFFF7: hue angle of 173.04º 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 #BAFFF7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 247 | - |
| CMYK | 0.27 | 0 | 0.03 | 0 |
| HSL | 173.04º | 1% | 0.86% | - |
| HSV(B) | 173.04º | 0.27% | 1% | - |
| XYZ | 72.8 | 88.67 | 101.27 | - |
| YUV | 233.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 247 | 0.27 | 0 | 0.03 | 0 | 173.04 | 1 | 0.86 |
| Hex | BA | FF | F7 | 1B | 0 | 3 | 0 | AD | 64 | 56 |
| Octal | 272 | 377 | 367 | 33 | 0 | 3 | 0 | 255 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110111 | 11011 | 0 | 11 | 0 | 10101101 | 1100100 | 1010110 |
Color Harmonies of #BAFFF7
Complementary color
Monochromatic Colors of #BAFFF7
Black with #BAFFF7
Text Example
Text Example
White with #BAFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF7; }
p { color: rgb(186,255,247); }
H1.HeaderClassName
{
color: #BAFFF7;
}
.AnyTagClassName
{
color: #BAFFF7;
}
</style>
background-color css
<style>
a { background-color: #BAFFF7; }
a { background-color: rgb(186,255,247); }
div.DivClassName
{
background-color: #BAFFF7;
}
.BgClassName
{
background-color: #BAFFF7;
}
</style>
border-color css
<style>
span { border-color: #BAFFF7; }
span { border-color: rgb(186,255,247); }
td.TdClassName
{
border-color: #BAFFF7;
}
.TagClassName
{
border-color: #BAFFF7;
}
</style>