Shades of Pale Turquoise #BAEDEB
Tints of Pale Turquoise #BAEDEB
RGB
CMYK
RGB Variations
Color information
#BAEDEB (or 0xBAEDEB) is known color: Pale Turquoise. HEX triplet: BA, ED and EB. RGB value is (186,237,235). Sum of RGB (Red+Green+Blue) = 186+237+235=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDEB is #451214. Grayscale: #DDDDDD. Windows color (decimal): -4526613 or 15461818. OLE color: 15461818.
HSL color Cylindrical-coordinate representation of color #BAEDEB: hue angle of 177.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDEB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 235 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.07 |
| HSL | 177.65º | 0.59% | 0.83% | - |
| HSV(B) | 177.65º | 0.22% | 0.93% | - |
| XYZ | 65.53 | 77.01 | 90.01 | - |
| YUV | 221.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 235 | 0.22 | 0 | 0.01 | 0.07 | 177.65 | 0.59 | 0.83 |
| Hex | BA | ED | EB | 16 | 0 | 1 | 7 | B2 | 3B | 53 |
| Octal | 272 | 355 | 353 | 26 | 0 | 1 | 7 | 262 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11101011 | 10110 | 0 | 1 | 111 | 10110010 | 111011 | 1010011 |
Color Harmonies of #BAEDEB
Complementary color
Monochromatic Colors of #BAEDEB
Black with #BAEDEB
Text Example
Text Example
White with #BAEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDEB; }
p { color: rgb(186,237,235); }
H1.HeaderClassName
{
color: #BAEDEB;
}
.AnyTagClassName
{
color: #BAEDEB;
}
</style>
background-color css
<style>
a { background-color: #BAEDEB; }
a { background-color: rgb(186,237,235); }
div.DivClassName
{
background-color: #BAEDEB;
}
.BgClassName
{
background-color: #BAEDEB;
}
</style>
border-color css
<style>
span { border-color: #BAEDEB; }
span { border-color: rgb(186,237,235); }
td.TdClassName
{
border-color: #BAEDEB;
}
.TagClassName
{
border-color: #BAEDEB;
}
</style>