Shades of Pale Turquoise #BAE8E6
Tints of Pale Turquoise #BAE8E6
RGB
CMYK
RGB Variations
Color information
#BAE8E6 (or 0xBAE8E6) is known color: Pale Turquoise. HEX triplet: BA, E8 and E6. RGB value is (186,232,230). Sum of RGB (Red+Green+Blue) = 186+232+230=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8E6 is #451719. Grayscale: #D9D9D9. Windows color (decimal): -4527898 or 15132858. OLE color: 15132858.
HSL color Cylindrical-coordinate representation of color #BAE8E6: hue angle of 177.39º degrees, saturation: 0.5, 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 #BAE8E6 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 230 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.09 |
| HSL | 177.39º | 0.5% | 0.82% | - |
| HSV(B) | 177.39º | 0.2% | 0.91% | - |
| XYZ | 63.39 | 73.87 | 85.78 | - |
| YUV | 218.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 230 | 0.20 | 0 | 0.01 | 0.09 | 177.39 | 0.5 | 0.82 |
| Hex | BA | E8 | E6 | 14 | 0 | 1 | 9 | B1 | 32 | 52 |
| Octal | 272 | 350 | 346 | 24 | 0 | 1 | 11 | 261 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11100110 | 10100 | 0 | 1 | 1001 | 10110001 | 110010 | 1010010 |
Color Harmonies of #BAE8E6
Complementary color
Monochromatic Colors of #BAE8E6
Black with #BAE8E6
Text Example
Text Example
White with #BAE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8E6; }
p { color: rgb(186,232,230); }
H1.HeaderClassName
{
color: #BAE8E6;
}
.AnyTagClassName
{
color: #BAE8E6;
}
</style>
background-color css
<style>
a { background-color: #BAE8E6; }
a { background-color: rgb(186,232,230); }
div.DivClassName
{
background-color: #BAE8E6;
}
.BgClassName
{
background-color: #BAE8E6;
}
</style>
border-color css
<style>
span { border-color: #BAE8E6; }
span { border-color: rgb(186,232,230); }
td.TdClassName
{
border-color: #BAE8E6;
}
.TagClassName
{
border-color: #BAE8E6;
}
</style>