Shades of Pale Turquoise #BAFDFF
Tints of Pale Turquoise #BAFDFF
RGB
CMYK
RGB Variations
Color information
#BAFDFF (or 0xBAFDFF) is known color: Pale Turquoise. HEX triplet: BA, FD and FF. RGB value is (186,253,255). Sum of RGB (Red+Green+Blue) = 186+253+255=694 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.80% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDFF is #450200. Grayscale: #E9E9E9. Windows color (decimal): -4522497 or 16776634. OLE color: 16776634.
HSL color Cylindrical-coordinate representation of color #BAFDFF: hue angle of 181.74º 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 #BAFDFF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 253 | 255 | - |
| CMYK | 0.27 | 0.01 | 0 | 0 |
| HSL | 181.74º | 1% | 0.86% | - |
| HSV(B) | 181.74º | 0.27% | 1% | - |
| XYZ | 73.42 | 87.91 | 107.71 | - |
| YUV | 233.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 255 | 0.27 | 0.01 | 0 | 0 | 181.74 | 1 | 0.86 |
| Hex | BA | FD | FF | 1B | 1 | 0 | 0 | B6 | 64 | 56 |
| Octal | 272 | 375 | 377 | 33 | 1 | 0 | 0 | 266 | 144 | 126 |
| Binary | 10111010 | 11111101 | 11111111 | 11011 | 1 | 0 | 0 | 10110110 | 1100100 | 1010110 |
Color Harmonies of #BAFDFF
Complementary color
Monochromatic Colors of #BAFDFF
Black with #BAFDFF
Text Example
Text Example
White with #BAFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDFF; }
p { color: rgb(186,253,255); }
H1.HeaderClassName
{
color: #BAFDFF;
}
.AnyTagClassName
{
color: #BAFDFF;
}
</style>
background-color css
<style>
a { background-color: #BAFDFF; }
a { background-color: rgb(186,253,255); }
div.DivClassName
{
background-color: #BAFDFF;
}
.BgClassName
{
background-color: #BAFDFF;
}
</style>
border-color css
<style>
span { border-color: #BAFDFF; }
span { border-color: rgb(186,253,255); }
td.TdClassName
{
border-color: #BAFDFF;
}
.TagClassName
{
border-color: #BAFDFF;
}
</style>