Shades of Pale Turquoise #BAFDFC
Tints of Pale Turquoise #BAFDFC
RGB
CMYK
RGB Variations
Color information
#BAFDFC (or 0xBAFDFC) is known color: Pale Turquoise. HEX triplet: BA, FD and FC. RGB value is (186,253,252). Sum of RGB (Red+Green+Blue) = 186+253+252=691 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.92% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDFC is #450203. Grayscale: #E8E8E8. Windows color (decimal): -4522500 or 16580026. OLE color: 16580026.
HSL color Cylindrical-coordinate representation of color #BAFDFC: hue angle of 179.1º 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 #BAFDFC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 252 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.01 |
| HSL | 179.1º | 0.94% | 0.86% | - |
| HSV(B) | 179.1º | 0.26% | 0.99% | - |
| XYZ | 72.95 | 87.72 | 105.18 | - |
| YUV | 232.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 252 | 0.26 | 0 | 0.00 | 0.01 | 179.1 | 0.94 | 0.86 |
| Hex | BA | FD | FC | 1A | 0 | 0 | 1 | B3 | 5E | 56 |
| Octal | 272 | 375 | 374 | 32 | 0 | 0 | 1 | 263 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11111100 | 11010 | 0 | 0 | 1 | 10110011 | 1011110 | 1010110 |
Color Harmonies of #BAFDFC
Complementary color
Monochromatic Colors of #BAFDFC
Black with #BAFDFC
Text Example
Text Example
White with #BAFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDFC; }
p { color: rgb(186,253,252); }
H1.HeaderClassName
{
color: #BAFDFC;
}
.AnyTagClassName
{
color: #BAFDFC;
}
</style>
background-color css
<style>
a { background-color: #BAFDFC; }
a { background-color: rgb(186,253,252); }
div.DivClassName
{
background-color: #BAFDFC;
}
.BgClassName
{
background-color: #BAFDFC;
}
</style>
border-color css
<style>
span { border-color: #BAFDFC; }
span { border-color: rgb(186,253,252); }
td.TdClassName
{
border-color: #BAFDFC;
}
.TagClassName
{
border-color: #BAFDFC;
}
</style>