Shades of Pale Turquoise #BAF1F5
Tints of Pale Turquoise #BAF1F5
RGB
CMYK
RGB Variations
Color information
#BAF1F5 (or 0xBAF1F5) is known color: Pale Turquoise. HEX triplet: BA, F1 and F5. RGB value is (186,241,245). Sum of RGB (Red+Green+Blue) = 186+241+245=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAF1F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1F5 is #450E0A. Grayscale: #E0E0E0. Windows color (decimal): -4525579 or 16118202. OLE color: 16118202.
HSL color Cylindrical-coordinate representation of color #BAF1F5: hue angle of 184.07º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF1F5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 241 | 245 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.04 |
| HSL | 184.07º | 0.75% | 0.85% | - |
| HSV(B) | 184.07º | 0.24% | 0.96% | - |
| XYZ | 68.19 | 79.94 | 98.22 | - |
| YUV | 225.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 245 | 0.24 | 0.02 | 0 | 0.04 | 184.07 | 0.75 | 0.85 |
| Hex | BA | F1 | F5 | 18 | 2 | 0 | 4 | B8 | 4B | 55 |
| Octal | 272 | 361 | 365 | 30 | 2 | 0 | 4 | 270 | 113 | 125 |
| Binary | 10111010 | 11110001 | 11110101 | 11000 | 10 | 0 | 100 | 10111000 | 1001011 | 1010101 |
Color Harmonies of #BAF1F5
Complementary color
Monochromatic Colors of #BAF1F5
Black with #BAF1F5
Text Example
Text Example
White with #BAF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1F5; }
p { color: rgb(186,241,245); }
H1.HeaderClassName
{
color: #BAF1F5;
}
.AnyTagClassName
{
color: #BAF1F5;
}
</style>
background-color css
<style>
a { background-color: #BAF1F5; }
a { background-color: rgb(186,241,245); }
div.DivClassName
{
background-color: #BAF1F5;
}
.BgClassName
{
background-color: #BAF1F5;
}
</style>
border-color css
<style>
span { border-color: #BAF1F5; }
span { border-color: rgb(186,241,245); }
td.TdClassName
{
border-color: #BAF1F5;
}
.TagClassName
{
border-color: #BAF1F5;
}
</style>