Shades of Pale Turquoise #BAE9E6
Tints of Pale Turquoise #BAE9E6
RGB
CMYK
RGB Variations
Color information
#BAE9E6 (or 0xBAE9E6) is known color: Pale Turquoise. HEX triplet: BA, E9 and E6. RGB value is (186,233,230). Sum of RGB (Red+Green+Blue) = 186+233+230=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9E6 is #451619. Grayscale: #DADADA. Windows color (decimal): -4527642 or 15133114. OLE color: 15133114.
HSL color Cylindrical-coordinate representation of color #BAE9E6: hue angle of 176.17º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9E6 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 230 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.09 |
| HSL | 176.17º | 0.52% | 0.82% | - |
| HSV(B) | 176.17º | 0.2% | 0.91% | - |
| XYZ | 63.67 | 74.43 | 85.87 | - |
| YUV | 218.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 230 | 0.20 | 0 | 0.01 | 0.09 | 176.17 | 0.52 | 0.82 |
| Hex | BA | E9 | E6 | 14 | 0 | 1 | 9 | B0 | 34 | 52 |
| Octal | 272 | 351 | 346 | 24 | 0 | 1 | 11 | 260 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11100110 | 10100 | 0 | 1 | 1001 | 10110000 | 110100 | 1010010 |
Color Harmonies of #BAE9E6
Complementary color
Monochromatic Colors of #BAE9E6
Black with #BAE9E6
Text Example
Text Example
White with #BAE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9E6; }
p { color: rgb(186,233,230); }
H1.HeaderClassName
{
color: #BAE9E6;
}
.AnyTagClassName
{
color: #BAE9E6;
}
</style>
background-color css
<style>
a { background-color: #BAE9E6; }
a { background-color: rgb(186,233,230); }
div.DivClassName
{
background-color: #BAE9E6;
}
.BgClassName
{
background-color: #BAE9E6;
}
</style>
border-color css
<style>
span { border-color: #BAE9E6; }
span { border-color: rgb(186,233,230); }
td.TdClassName
{
border-color: #BAE9E6;
}
.TagClassName
{
border-color: #BAE9E6;
}
</style>