Shades of Pale Turquoise #BAE7E6
Tints of Pale Turquoise #BAE7E6
RGB
CMYK
RGB Variations
Color information
#BAE7E6 (or 0xBAE7E6) is known color: Pale Turquoise. HEX triplet: BA, E7 and E6. RGB value is (186,231,230). Sum of RGB (Red+Green+Blue) = 186+231+230=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7E6 is #451819. Grayscale: #D9D9D9. Windows color (decimal): -4528154 or 15132602. OLE color: 15132602.
HSL color Cylindrical-coordinate representation of color #BAE7E6: hue angle of 178.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7E6 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 230 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.09 |
| HSL | 178.67º | 0.48% | 0.82% | - |
| HSV(B) | 178.67º | 0.19% | 0.91% | - |
| XYZ | 63.11 | 73.3 | 85.69 | - |
| YUV | 217.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 230 | 0.19 | 0 | 0.00 | 0.09 | 178.67 | 0.48 | 0.82 |
| Hex | BA | E7 | E6 | 13 | 0 | 0 | 9 | B3 | 30 | 52 |
| Octal | 272 | 347 | 346 | 23 | 0 | 0 | 11 | 263 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11100110 | 10011 | 0 | 0 | 1001 | 10110011 | 110000 | 1010010 |
Color Harmonies of #BAE7E6
Complementary color
Monochromatic Colors of #BAE7E6
Black with #BAE7E6
Text Example
Text Example
White with #BAE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7E6; }
p { color: rgb(186,231,230); }
H1.HeaderClassName
{
color: #BAE7E6;
}
.AnyTagClassName
{
color: #BAE7E6;
}
</style>
background-color css
<style>
a { background-color: #BAE7E6; }
a { background-color: rgb(186,231,230); }
div.DivClassName
{
background-color: #BAE7E6;
}
.BgClassName
{
background-color: #BAE7E6;
}
</style>
border-color css
<style>
span { border-color: #BAE7E6; }
span { border-color: rgb(186,231,230); }
td.TdClassName
{
border-color: #BAE7E6;
}
.TagClassName
{
border-color: #BAE7E6;
}
</style>