Shades of Pale Turquoise #BAFAFA
Tints of Pale Turquoise #BAFAFA
RGB
CMYK
RGB Variations
Color information
#BAFAFA (or 0xBAFAFA) is known color: Pale Turquoise. HEX triplet: BA, FA and FA. RGB value is (186,250,250). Sum of RGB (Red+Green+Blue) = 186+250+250=686 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.11% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BAFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAFA is #450505. Grayscale: #E6E6E6. Windows color (decimal): -4523270 or 16448186. OLE color: 16448186.
HSL color Cylindrical-coordinate representation of color #BAFAFA: hue angle of 180º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAFA is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 250 | - |
| CMYK | 0.26 | 0 | 0 | 0.02 |
| HSL | 180º | 0.86% | 0.85% | - |
| HSV(B) | 180º | 0.26% | 0.98% | - |
| XYZ | 71.69 | 85.71 | 103.21 | - |
| YUV | 230.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 250 | 0.26 | 0 | 0 | 0.02 | 180 | 0.86 | 0.85 |
| Hex | BA | FA | FA | 1A | 0 | 0 | 2 | B4 | 56 | 55 |
| Octal | 272 | 372 | 372 | 32 | 0 | 0 | 2 | 264 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11111010 | 11010 | 0 | 0 | 10 | 10110100 | 1010110 | 1010101 |
Color Harmonies of #BAFAFA
Complementary color
Monochromatic Colors of #BAFAFA
Black with #BAFAFA
Text Example
Text Example
White with #BAFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAFA; }
p { color: rgb(186,250,250); }
H1.HeaderClassName
{
color: #BAFAFA;
}
.AnyTagClassName
{
color: #BAFAFA;
}
</style>
background-color css
<style>
a { background-color: #BAFAFA; }
a { background-color: rgb(186,250,250); }
div.DivClassName
{
background-color: #BAFAFA;
}
.BgClassName
{
background-color: #BAFAFA;
}
</style>
border-color css
<style>
span { border-color: #BAFAFA; }
span { border-color: rgb(186,250,250); }
td.TdClassName
{
border-color: #BAFAFA;
}
.TagClassName
{
border-color: #BAFAFA;
}
</style>