Shades of Pale Turquoise #BAEEF0
Tints of Pale Turquoise #BAEEF0
RGB
CMYK
RGB Variations
Color information
#BAEEF0 (or 0xBAEEF0) is known color: Pale Turquoise. HEX triplet: BA, EE and F0. RGB value is (186,238,240). Sum of RGB (Red+Green+Blue) = 186+238+240=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF0 is #45110F. Grayscale: #DEDEDE. Windows color (decimal): -4526352 or 15789754. OLE color: 15789754.
HSL color Cylindrical-coordinate representation of color #BAEEF0: hue angle of 182.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEEF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 238 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 182.22º | 0.64% | 0.84% | - |
| HSV(B) | 182.22º | 0.23% | 0.94% | - |
| XYZ | 66.55 | 77.88 | 93.96 | - |
| YUV | 222.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 240 | 0.22 | 0.01 | 0 | 0.06 | 182.22 | 0.64 | 0.84 |
| Hex | BA | EE | F0 | 16 | 1 | 0 | 6 | B6 | 40 | 54 |
| Octal | 272 | 356 | 360 | 26 | 1 | 0 | 6 | 266 | 100 | 124 |
| Binary | 10111010 | 11101110 | 11110000 | 10110 | 1 | 0 | 110 | 10110110 | 1000000 | 1010100 |
Color Harmonies of #BAEEF0
Complementary color
Monochromatic Colors of #BAEEF0
Black with #BAEEF0
Text Example
Text Example
White with #BAEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEF0; }
p { color: rgb(186,238,240); }
H1.HeaderClassName
{
color: #BAEEF0;
}
.AnyTagClassName
{
color: #BAEEF0;
}
</style>
background-color css
<style>
a { background-color: #BAEEF0; }
a { background-color: rgb(186,238,240); }
div.DivClassName
{
background-color: #BAEEF0;
}
.BgClassName
{
background-color: #BAEEF0;
}
</style>
border-color css
<style>
span { border-color: #BAEEF0; }
span { border-color: rgb(186,238,240); }
td.TdClassName
{
border-color: #BAEEF0;
}
.TagClassName
{
border-color: #BAEEF0;
}
</style>