Shades of Pale Turquoise #BAECEF
Tints of Pale Turquoise #BAECEF
RGB
CMYK
RGB Variations
Color information
#BAECEF (or 0xBAECEF) is known color: Pale Turquoise. HEX triplet: BA, EC and EF. RGB value is (186,236,239). Sum of RGB (Red+Green+Blue) = 186+236+239=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEF is #451310. Grayscale: #DDDDDD. Windows color (decimal): -4526865 or 15723706. OLE color: 15723706.
HSL color Cylindrical-coordinate representation of color #BAECEF: hue angle of 183.4º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAECEF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 236 | 239 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 183.4º | 0.62% | 0.83% | - |
| HSV(B) | 183.4º | 0.22% | 0.94% | - |
| XYZ | 65.83 | 76.66 | 92.99 | - |
| YUV | 221.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 239 | 0.22 | 0.01 | 0 | 0.06 | 183.4 | 0.62 | 0.83 |
| Hex | BA | EC | EF | 16 | 1 | 0 | 6 | B7 | 3E | 53 |
| Octal | 272 | 354 | 357 | 26 | 1 | 0 | 6 | 267 | 76 | 123 |
| Binary | 10111010 | 11101100 | 11101111 | 10110 | 1 | 0 | 110 | 10110111 | 111110 | 1010011 |
Color Harmonies of #BAECEF
Complementary color
Monochromatic Colors of #BAECEF
Black with #BAECEF
Text Example
Text Example
White with #BAECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECEF; }
p { color: rgb(186,236,239); }
H1.HeaderClassName
{
color: #BAECEF;
}
.AnyTagClassName
{
color: #BAECEF;
}
</style>
background-color css
<style>
a { background-color: #BAECEF; }
a { background-color: rgb(186,236,239); }
div.DivClassName
{
background-color: #BAECEF;
}
.BgClassName
{
background-color: #BAECEF;
}
</style>
border-color css
<style>
span { border-color: #BAECEF; }
span { border-color: rgb(186,236,239); }
td.TdClassName
{
border-color: #BAECEF;
}
.TagClassName
{
border-color: #BAECEF;
}
</style>