Shades of Pale Turquoise #BAF6FF
Tints of Pale Turquoise #BAF6FF
RGB
CMYK
RGB Variations
Color information
#BAF6FF (or 0xBAF6FF) is known color: Pale Turquoise. HEX triplet: BA, F6 and FF. RGB value is (186,246,255). Sum of RGB (Red+Green+Blue) = 186+246+255=687 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.07% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6FF is #450900. Grayscale: #E4E4E4. Windows color (decimal): -4524289 or 16774842. OLE color: 16774842.
HSL color Cylindrical-coordinate representation of color #BAF6FF: hue angle of 187.83º 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 #BAF6FF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 246 | 255 | - |
| CMYK | 0.27 | 0.04 | 0 | 0 |
| HSL | 187.83º | 1% | 0.86% | - |
| HSV(B) | 187.83º | 0.27% | 1% | - |
| XYZ | 71.26 | 83.57 | 106.98 | - |
| YUV | 229.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 255 | 0.27 | 0.04 | 0 | 0 | 187.83 | 1 | 0.86 |
| Hex | BA | F6 | FF | 1B | 4 | 0 | 0 | BC | 64 | 56 |
| Octal | 272 | 366 | 377 | 33 | 4 | 0 | 0 | 274 | 144 | 126 |
| Binary | 10111010 | 11110110 | 11111111 | 11011 | 100 | 0 | 0 | 10111100 | 1100100 | 1010110 |
Color Harmonies of #BAF6FF
Complementary color
Monochromatic Colors of #BAF6FF
Black with #BAF6FF
Text Example
Text Example
White with #BAF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6FF; }
p { color: rgb(186,246,255); }
H1.HeaderClassName
{
color: #BAF6FF;
}
.AnyTagClassName
{
color: #BAF6FF;
}
</style>
background-color css
<style>
a { background-color: #BAF6FF; }
a { background-color: rgb(186,246,255); }
div.DivClassName
{
background-color: #BAF6FF;
}
.BgClassName
{
background-color: #BAF6FF;
}
</style>
border-color css
<style>
span { border-color: #BAF6FF; }
span { border-color: rgb(186,246,255); }
td.TdClassName
{
border-color: #BAF6FF;
}
.TagClassName
{
border-color: #BAF6FF;
}
</style>