Shades of Pale Turquoise #BAFFF9
Tints of Pale Turquoise #BAFFF9
RGB
CMYK
RGB Variations
Color information
#BAFFF9 (or 0xBAFFF9) is known color: Pale Turquoise. HEX triplet: BA, FF and F9. RGB value is (186,255,249). Sum of RGB (Red+Green+Blue) = 186+255+249=690 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.96% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF9 is #450006. Grayscale: #E9E9E9. Windows color (decimal): -4521991 or 16383930. OLE color: 16383930.
HSL color Cylindrical-coordinate representation of color #BAFFF9: hue angle of 174.78º 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 #BAFFF9 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 249 | - |
| CMYK | 0.27 | 0 | 0.02 | 0 |
| HSL | 174.78º | 1% | 0.86% | - |
| HSV(B) | 174.78º | 0.27% | 1% | - |
| XYZ | 73.11 | 88.8 | 102.91 | - |
| YUV | 233.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 249 | 0.27 | 0 | 0.02 | 0 | 174.78 | 1 | 0.86 |
| Hex | BA | FF | F9 | 1B | 0 | 2 | 0 | AF | 64 | 56 |
| Octal | 272 | 377 | 371 | 33 | 0 | 2 | 0 | 257 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11111001 | 11011 | 0 | 10 | 0 | 10101111 | 1100100 | 1010110 |
Color Harmonies of #BAFFF9
Complementary color
Monochromatic Colors of #BAFFF9
Black with #BAFFF9
Text Example
Text Example
White with #BAFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF9; }
p { color: rgb(186,255,249); }
H1.HeaderClassName
{
color: #BAFFF9;
}
.AnyTagClassName
{
color: #BAFFF9;
}
</style>
background-color css
<style>
a { background-color: #BAFFF9; }
a { background-color: rgb(186,255,249); }
div.DivClassName
{
background-color: #BAFFF9;
}
.BgClassName
{
background-color: #BAFFF9;
}
</style>
border-color css
<style>
span { border-color: #BAFFF9; }
span { border-color: rgb(186,255,249); }
td.TdClassName
{
border-color: #BAFFF9;
}
.TagClassName
{
border-color: #BAFFF9;
}
</style>