Shades of Pale Turquoise #BAFFFC
Tints of Pale Turquoise #BAFFFC
RGB
CMYK
RGB Variations
Color information
#BAFFFC (or 0xBAFFFC) is known color: Pale Turquoise. HEX triplet: BA, FF and FC. RGB value is (186,255,252). Sum of RGB (Red+Green+Blue) = 186+255+252=693 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.84% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFFC is #450003. Grayscale: #E9E9E9. Windows color (decimal): -4521988 or 16580538. OLE color: 16580538.
HSL color Cylindrical-coordinate representation of color #BAFFFC: hue angle of 177.39º 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 #BAFFFC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 252 | - |
| CMYK | 0.27 | 0 | 0.01 | 0 |
| HSL | 177.39º | 1% | 0.86% | - |
| HSV(B) | 177.39º | 0.27% | 1% | - |
| XYZ | 73.58 | 88.99 | 105.39 | - |
| YUV | 234.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 252 | 0.27 | 0 | 0.01 | 0 | 177.39 | 1 | 0.86 |
| Hex | BA | FF | FC | 1B | 0 | 1 | 0 | B1 | 64 | 56 |
| Octal | 272 | 377 | 374 | 33 | 0 | 1 | 0 | 261 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11111100 | 11011 | 0 | 1 | 0 | 10110001 | 1100100 | 1010110 |
Color Harmonies of #BAFFFC
Complementary color
Monochromatic Colors of #BAFFFC
Black with #BAFFFC
Text Example
Text Example
White with #BAFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFFC; }
p { color: rgb(186,255,252); }
H1.HeaderClassName
{
color: #BAFFFC;
}
.AnyTagClassName
{
color: #BAFFFC;
}
</style>
background-color css
<style>
a { background-color: #BAFFFC; }
a { background-color: rgb(186,255,252); }
div.DivClassName
{
background-color: #BAFFFC;
}
.BgClassName
{
background-color: #BAFFFC;
}
</style>
border-color css
<style>
span { border-color: #BAFFFC; }
span { border-color: rgb(186,255,252); }
td.TdClassName
{
border-color: #BAFFFC;
}
.TagClassName
{
border-color: #BAFFFC;
}
</style>