Shades of Pale Turquoise #BAECED
Tints of Pale Turquoise #BAECED
RGB
CMYK
RGB Variations
Color information
#BAECED (or 0xBAECED) is known color: Pale Turquoise. HEX triplet: BA, EC and ED. RGB value is (186,236,237). Sum of RGB (Red+Green+Blue) = 186+236+237=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECED is #451312. Grayscale: #DDDDDD. Windows color (decimal): -4526867 or 15592634. OLE color: 15592634.
HSL color Cylindrical-coordinate representation of color #BAECED: hue angle of 181.18º 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 #BAECED is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 236 | 237 | - |
CMYK | 0.22 | 0.00 | 0 | 0.07 |
HSL | 181.18º | 0.59% | 0.83% | - |
HSV(B) | 181.18º | 0.22% | 0.93% | - |
XYZ | 65.53 | 76.54 | 91.44 | - |
YUV | 221.16 | 136.94 | 102.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 236 | 237 | 0.22 | 0.00 | 0 | 0.07 | 181.18 | 0.59 | 0.83 |
Hex | BA | EC | ED | 16 | 0 | 0 | 7 | B5 | 3B | 53 |
Octal | 272 | 354 | 355 | 26 | 0 | 0 | 7 | 265 | 73 | 123 |
Binary | 10111010 | 11101100 | 11101101 | 10110 | 0 | 0 | 111 | 10110101 | 111011 | 1010011 |
Color Harmonies of #BAECED
Complementary color
Monochromatic Colors of #BAECED
Black with #BAECED
Text Example
Text Example
White with #BAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECED; }
p { color: rgb(186,236,237); }
H1.HeaderClassName
{
color: #BAECED;
}
.AnyTagClassName
{
color: #BAECED;
}
</style>
background-color css
<style>
a { background-color: #BAECED; }
a { background-color: rgb(186,236,237); }
div.DivClassName
{
background-color: #BAECED;
}
.BgClassName
{
background-color: #BAECED;
}
</style>
border-color css
<style>
span { border-color: #BAECED; }
span { border-color: rgb(186,236,237); }
td.TdClassName
{
border-color: #BAECED;
}
.TagClassName
{
border-color: #BAECED;
}
</style>