Shades of Pale Turquoise #BAECEB
Tints of Pale Turquoise #BAECEB
RGB
CMYK
RGB Variations
Color information
#BAECEB (or 0xBAECEB) is known color: Pale Turquoise. HEX triplet: BA, EC and EB. RGB value is (186,236,235). Sum of RGB (Red+Green+Blue) = 186+236+235=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEB is #451314. Grayscale: #DCDCDC. Windows color (decimal): -4526869 or 15461562. OLE color: 15461562.
HSL color Cylindrical-coordinate representation of color #BAECEB: hue angle of 178.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECEB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 235 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.07 |
| HSL | 178.8º | 0.57% | 0.83% | - |
| HSV(B) | 178.8º | 0.21% | 0.93% | - |
| XYZ | 65.24 | 76.43 | 89.91 | - |
| YUV | 220.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 235 | 0.21 | 0 | 0.00 | 0.07 | 178.8 | 0.57 | 0.83 |
| Hex | BA | EC | EB | 15 | 0 | 0 | 7 | B3 | 39 | 53 |
| Octal | 272 | 354 | 353 | 25 | 0 | 0 | 7 | 263 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11101011 | 10101 | 0 | 0 | 111 | 10110011 | 111001 | 1010011 |
Color Harmonies of #BAECEB
Complementary color
Monochromatic Colors of #BAECEB
Black with #BAECEB
Text Example
Text Example
White with #BAECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECEB; }
p { color: rgb(186,236,235); }
H1.HeaderClassName
{
color: #BAECEB;
}
.AnyTagClassName
{
color: #BAECEB;
}
</style>
background-color css
<style>
a { background-color: #BAECEB; }
a { background-color: rgb(186,236,235); }
div.DivClassName
{
background-color: #BAECEB;
}
.BgClassName
{
background-color: #BAECEB;
}
</style>
border-color css
<style>
span { border-color: #BAECEB; }
span { border-color: rgb(186,236,235); }
td.TdClassName
{
border-color: #BAECEB;
}
.TagClassName
{
border-color: #BAECEB;
}
</style>