Shades of Pale Turquoise #BAFAF0
Tints of Pale Turquoise #BAFAF0
RGB
CMYK
RGB Variations
Color information
#BAFAF0 (or 0xBAFAF0) is known color: Pale Turquoise. HEX triplet: BA, FA and F0. RGB value is (186,250,240). Sum of RGB (Red+Green+Blue) = 186+250+240=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAF0 is #45050F. Grayscale: #E5E5E5. Windows color (decimal): -4523280 or 15792826. OLE color: 15792826.
HSL color Cylindrical-coordinate representation of color #BAFAF0: hue angle of 170.62º 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 #BAFAF0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 240 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.02 |
| HSL | 170.63º | 0.86% | 0.85% | - |
| HSV(B) | 170.63º | 0.26% | 0.98% | - |
| XYZ | 70.16 | 85.1 | 95.17 | - |
| YUV | 229.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 240 | 0.26 | 0 | 0.04 | 0.02 | 170.63 | 0.86 | 0.85 |
| Hex | BA | FA | F0 | 1A | 0 | 4 | 2 | AB | 56 | 55 |
| Octal | 272 | 372 | 360 | 32 | 0 | 4 | 2 | 253 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11110000 | 11010 | 0 | 100 | 10 | 10101011 | 1010110 | 1010101 |
Color Harmonies of #BAFAF0
Complementary color
Monochromatic Colors of #BAFAF0
Black with #BAFAF0
Text Example
Text Example
White with #BAFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAF0; }
p { color: rgb(186,250,240); }
H1.HeaderClassName
{
color: #BAFAF0;
}
.AnyTagClassName
{
color: #BAFAF0;
}
</style>
background-color css
<style>
a { background-color: #BAFAF0; }
a { background-color: rgb(186,250,240); }
div.DivClassName
{
background-color: #BAFAF0;
}
.BgClassName
{
background-color: #BAFAF0;
}
</style>
border-color css
<style>
span { border-color: #BAFAF0; }
span { border-color: rgb(186,250,240); }
td.TdClassName
{
border-color: #BAFAF0;
}
.TagClassName
{
border-color: #BAFAF0;
}
</style>