Shades of Pale Turquoise #BAEEF1
Tints of Pale Turquoise #BAEEF1
RGB
CMYK
RGB Variations
Color information
#BAEEF1 (or 0xBAEEF1) is known color: Pale Turquoise. HEX triplet: BA, EE and F1. RGB value is (186,238,241). Sum of RGB (Red+Green+Blue) = 186+238+241=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF1 is #45110E. Grayscale: #DEDEDE. Windows color (decimal): -4526351 or 15855290. OLE color: 15855290.
HSL color Cylindrical-coordinate representation of color #BAEEF1: hue angle of 183.27º 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 #BAEEF1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 238 | 241 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.05 |
| HSL | 183.27º | 0.66% | 0.84% | - |
| HSV(B) | 183.27º | 0.23% | 0.95% | - |
| XYZ | 66.7 | 77.94 | 94.75 | - |
| YUV | 222.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 241 | 0.23 | 0.01 | 0 | 0.05 | 183.27 | 0.66 | 0.84 |
| Hex | BA | EE | F1 | 17 | 1 | 0 | 5 | B7 | 42 | 54 |
| Octal | 272 | 356 | 361 | 27 | 1 | 0 | 5 | 267 | 102 | 124 |
| Binary | 10111010 | 11101110 | 11110001 | 10111 | 1 | 0 | 101 | 10110111 | 1000010 | 1010100 |
Color Harmonies of #BAEEF1
Complementary color
Monochromatic Colors of #BAEEF1
Black with #BAEEF1
Text Example
Text Example
White with #BAEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEF1; }
p { color: rgb(186,238,241); }
H1.HeaderClassName
{
color: #BAEEF1;
}
.AnyTagClassName
{
color: #BAEEF1;
}
</style>
background-color css
<style>
a { background-color: #BAEEF1; }
a { background-color: rgb(186,238,241); }
div.DivClassName
{
background-color: #BAEEF1;
}
.BgClassName
{
background-color: #BAEEF1;
}
</style>
border-color css
<style>
span { border-color: #BAEEF1; }
span { border-color: rgb(186,238,241); }
td.TdClassName
{
border-color: #BAEEF1;
}
.TagClassName
{
border-color: #BAEEF1;
}
</style>