Shades of Pale Turquoise #BAFDF5
Tints of Pale Turquoise #BAFDF5
RGB
CMYK
RGB Variations
Color information
#BAFDF5 (or 0xBAFDF5) is known color: Pale Turquoise. HEX triplet: BA, FD and F5. RGB value is (186,253,245). Sum of RGB (Red+Green+Blue) = 186+253+245=684 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.19% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF5 is #45020A. Grayscale: #E8E8E8. Windows color (decimal): -4522507 or 16121274. OLE color: 16121274.
HSL color Cylindrical-coordinate representation of color #BAFDF5: hue angle of 172.84º 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 #BAFDF5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 245 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.01 |
| HSL | 172.84º | 0.94% | 0.86% | - |
| HSV(B) | 172.84º | 0.26% | 0.99% | - |
| XYZ | 71.86 | 87.28 | 99.45 | - |
| YUV | 232.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 245 | 0.26 | 0 | 0.03 | 0.01 | 172.84 | 0.94 | 0.86 |
| Hex | BA | FD | F5 | 1A | 0 | 3 | 1 | AD | 5E | 56 |
| Octal | 272 | 375 | 365 | 32 | 0 | 3 | 1 | 255 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11110101 | 11010 | 0 | 11 | 1 | 10101101 | 1011110 | 1010110 |
Color Harmonies of #BAFDF5
Complementary color
Monochromatic Colors of #BAFDF5
Black with #BAFDF5
Text Example
Text Example
White with #BAFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDF5; }
p { color: rgb(186,253,245); }
H1.HeaderClassName
{
color: #BAFDF5;
}
.AnyTagClassName
{
color: #BAFDF5;
}
</style>
background-color css
<style>
a { background-color: #BAFDF5; }
a { background-color: rgb(186,253,245); }
div.DivClassName
{
background-color: #BAFDF5;
}
.BgClassName
{
background-color: #BAFDF5;
}
</style>
border-color css
<style>
span { border-color: #BAFDF5; }
span { border-color: rgb(186,253,245); }
td.TdClassName
{
border-color: #BAFDF5;
}
.TagClassName
{
border-color: #BAFDF5;
}
</style>