Shades of Pale Turquoise #BAFDF1
Tints of Pale Turquoise #BAFDF1
RGB
CMYK
RGB Variations
Color information
#BAFDF1 (or 0xBAFDF1) is known color: Pale Turquoise. HEX triplet: BA, FD and F1. RGB value is (186,253,241). Sum of RGB (Red+Green+Blue) = 186+253+241=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF1 is #45020E. Grayscale: #E7E7E7. Windows color (decimal): -4522511 or 15859130. OLE color: 15859130.
HSL color Cylindrical-coordinate representation of color #BAFDF1: hue angle of 169.25º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 241 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.01 |
| HSL | 169.25º | 0.94% | 0.86% | - |
| HSV(B) | 169.25º | 0.26% | 0.99% | - |
| XYZ | 71.25 | 87.04 | 96.26 | - |
| YUV | 231.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 241 | 0.26 | 0 | 0.05 | 0.01 | 169.25 | 0.94 | 0.86 |
| Hex | BA | FD | F1 | 1A | 0 | 5 | 1 | A9 | 5E | 56 |
| Octal | 272 | 375 | 361 | 32 | 0 | 5 | 1 | 251 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11110001 | 11010 | 0 | 101 | 1 | 10101001 | 1011110 | 1010110 |
Color Harmonies of #BAFDF1
Complementary color
Monochromatic Colors of #BAFDF1
Black with #BAFDF1
Text Example
Text Example
White with #BAFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDF1; }
p { color: rgb(186,253,241); }
H1.HeaderClassName
{
color: #BAFDF1;
}
.AnyTagClassName
{
color: #BAFDF1;
}
</style>
background-color css
<style>
a { background-color: #BAFDF1; }
a { background-color: rgb(186,253,241); }
div.DivClassName
{
background-color: #BAFDF1;
}
.BgClassName
{
background-color: #BAFDF1;
}
</style>
border-color css
<style>
span { border-color: #BAFDF1; }
span { border-color: rgb(186,253,241); }
td.TdClassName
{
border-color: #BAFDF1;
}
.TagClassName
{
border-color: #BAFDF1;
}
</style>