Shades of Pale Turquoise #BAF1EF
Tints of Pale Turquoise #BAF1EF
RGB
CMYK
RGB Variations
Color information
#BAF1EF (or 0xBAF1EF) is known color: Pale Turquoise. HEX triplet: BA, F1 and EF. RGB value is (186,241,239). Sum of RGB (Red+Green+Blue) = 186+241+239=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1EF is #450E10. Grayscale: #E0E0E0. Windows color (decimal): -4525585 or 15724986. OLE color: 15724986.
HSL color Cylindrical-coordinate representation of color #BAF1EF: hue angle of 177.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1EF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 239 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.05 |
| HSL | 177.82º | 0.66% | 0.84% | - |
| HSV(B) | 177.82º | 0.23% | 0.95% | - |
| XYZ | 67.28 | 79.58 | 93.48 | - |
| YUV | 224.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 239 | 0.23 | 0 | 0.01 | 0.05 | 177.82 | 0.66 | 0.84 |
| Hex | BA | F1 | EF | 17 | 0 | 1 | 5 | B2 | 42 | 54 |
| Octal | 272 | 361 | 357 | 27 | 0 | 1 | 5 | 262 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11101111 | 10111 | 0 | 1 | 101 | 10110010 | 1000010 | 1010100 |
Color Harmonies of #BAF1EF
Complementary color
Monochromatic Colors of #BAF1EF
Black with #BAF1EF
Text Example
Text Example
White with #BAF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1EF; }
p { color: rgb(186,241,239); }
H1.HeaderClassName
{
color: #BAF1EF;
}
.AnyTagClassName
{
color: #BAF1EF;
}
</style>
background-color css
<style>
a { background-color: #BAF1EF; }
a { background-color: rgb(186,241,239); }
div.DivClassName
{
background-color: #BAF1EF;
}
.BgClassName
{
background-color: #BAF1EF;
}
</style>
border-color css
<style>
span { border-color: #BAF1EF; }
span { border-color: rgb(186,241,239); }
td.TdClassName
{
border-color: #BAF1EF;
}
.TagClassName
{
border-color: #BAF1EF;
}
</style>