Shades of Pale Turquoise #BAFFF5
Tints of Pale Turquoise #BAFFF5
RGB
CMYK
RGB Variations
Color information
#BAFFF5 (or 0xBAFFF5) is known color: Pale Turquoise. HEX triplet: BA, FF and F5. RGB value is (186,255,245). Sum of RGB (Red+Green+Blue) = 186+255+245=686 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.11% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF5 is #45000A. Grayscale: #E9E9E9. Windows color (decimal): -4521995 or 16121786. OLE color: 16121786.
HSL color Cylindrical-coordinate representation of color #BAFFF5: hue angle of 171.3º 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 #BAFFF5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 245 | - |
| CMYK | 0.27 | 0 | 0.04 | 0 |
| HSL | 171.3º | 1% | 0.86% | - |
| HSV(B) | 171.3º | 0.27% | 1% | - |
| XYZ | 72.49 | 88.55 | 99.66 | - |
| YUV | 233.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 245 | 0.27 | 0 | 0.04 | 0 | 171.3 | 1 | 0.86 |
| Hex | BA | FF | F5 | 1B | 0 | 4 | 0 | AB | 64 | 56 |
| Octal | 272 | 377 | 365 | 33 | 0 | 4 | 0 | 253 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110101 | 11011 | 0 | 100 | 0 | 10101011 | 1100100 | 1010110 |
Color Harmonies of #BAFFF5
Complementary color
Monochromatic Colors of #BAFFF5
Black with #BAFFF5
Text Example
Text Example
White with #BAFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF5; }
p { color: rgb(186,255,245); }
H1.HeaderClassName
{
color: #BAFFF5;
}
.AnyTagClassName
{
color: #BAFFF5;
}
</style>
background-color css
<style>
a { background-color: #BAFFF5; }
a { background-color: rgb(186,255,245); }
div.DivClassName
{
background-color: #BAFFF5;
}
.BgClassName
{
background-color: #BAFFF5;
}
</style>
border-color css
<style>
span { border-color: #BAFFF5; }
span { border-color: rgb(186,255,245); }
td.TdClassName
{
border-color: #BAFFF5;
}
.TagClassName
{
border-color: #BAFFF5;
}
</style>