Shades of Pale Turquoise #BAFAFC
Tints of Pale Turquoise #BAFAFC
RGB
CMYK
RGB Variations
Color information
#BAFAFC (or 0xBAFAFC) is known color: Pale Turquoise. HEX triplet: BA, FA and FC. RGB value is (186,250,252). Sum of RGB (Red+Green+Blue) = 186+250+252=688 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.03% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAFC is #450503. Grayscale: #E7E7E7. Windows color (decimal): -4523268 or 16579258. OLE color: 16579258.
HSL color Cylindrical-coordinate representation of color #BAFAFC: hue angle of 181.82º degrees, saturation: 0.92, 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 #BAFAFC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 250 | 252 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.01 |
| HSL | 181.82º | 0.92% | 0.86% | - |
| HSV(B) | 181.82º | 0.26% | 0.99% | - |
| XYZ | 72.01 | 85.84 | 104.87 | - |
| YUV | 231.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 252 | 0.26 | 0.01 | 0 | 0.01 | 181.82 | 0.92 | 0.86 |
| Hex | BA | FA | FC | 1A | 1 | 0 | 1 | B6 | 5C | 56 |
| Octal | 272 | 372 | 374 | 32 | 1 | 0 | 1 | 266 | 134 | 126 |
| Binary | 10111010 | 11111010 | 11111100 | 11010 | 1 | 0 | 1 | 10110110 | 1011100 | 1010110 |
Color Harmonies of #BAFAFC
Complementary color
Monochromatic Colors of #BAFAFC
Black with #BAFAFC
Text Example
Text Example
White with #BAFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAFC; }
p { color: rgb(186,250,252); }
H1.HeaderClassName
{
color: #BAFAFC;
}
.AnyTagClassName
{
color: #BAFAFC;
}
</style>
background-color css
<style>
a { background-color: #BAFAFC; }
a { background-color: rgb(186,250,252); }
div.DivClassName
{
background-color: #BAFAFC;
}
.BgClassName
{
background-color: #BAFAFC;
}
</style>
border-color css
<style>
span { border-color: #BAFAFC; }
span { border-color: rgb(186,250,252); }
td.TdClassName
{
border-color: #BAFAFC;
}
.TagClassName
{
border-color: #BAFAFC;
}
</style>