Shades of Pale Turquoise #BAF1EA
Tints of Pale Turquoise #BAF1EA
RGB
CMYK
RGB Variations
Color information
#BAF1EA (or 0xBAF1EA) is known color: Pale Turquoise. HEX triplet: BA, F1 and EA. RGB value is (186,241,234). Sum of RGB (Red+Green+Blue) = 186+241+234=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1EA is #450E15. Grayscale: #DFDFDF. Windows color (decimal): -4525590 or 15397306. OLE color: 15397306.
HSL color Cylindrical-coordinate representation of color #BAF1EA: hue angle of 172.36º 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 #BAF1EA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 234 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.05 |
| HSL | 172.36º | 0.66% | 0.84% | - |
| HSV(B) | 172.36º | 0.23% | 0.95% | - |
| XYZ | 66.56 | 79.29 | 89.64 | - |
| YUV | 223.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 234 | 0.23 | 0 | 0.03 | 0.05 | 172.36 | 0.66 | 0.84 |
| Hex | BA | F1 | EA | 17 | 0 | 3 | 5 | AC | 42 | 54 |
| Octal | 272 | 361 | 352 | 27 | 0 | 3 | 5 | 254 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11101010 | 10111 | 0 | 11 | 101 | 10101100 | 1000010 | 1010100 |
Color Harmonies of #BAF1EA
Complementary color
Monochromatic Colors of #BAF1EA
Black with #BAF1EA
Text Example
Text Example
White with #BAF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1EA; }
p { color: rgb(186,241,234); }
H1.HeaderClassName
{
color: #BAF1EA;
}
.AnyTagClassName
{
color: #BAF1EA;
}
</style>
background-color css
<style>
a { background-color: #BAF1EA; }
a { background-color: rgb(186,241,234); }
div.DivClassName
{
background-color: #BAF1EA;
}
.BgClassName
{
background-color: #BAF1EA;
}
</style>
border-color css
<style>
span { border-color: #BAF1EA; }
span { border-color: rgb(186,241,234); }
td.TdClassName
{
border-color: #BAF1EA;
}
.TagClassName
{
border-color: #BAF1EA;
}
</style>