Shades of Pale Turquoise #A1EDEE
Tints of Pale Turquoise #A1EDEE
RGB
CMYK
RGB Variations
Color information
#A1EDEE (or 0xA1EDEE) is known color: Pale Turquoise. HEX triplet: A1, ED and EE. RGB value is (161,237,238). Sum of RGB (Red+Green+Blue) = 161+237+238=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDEE is #5E1211. Grayscale: #D6D6D6. Windows color (decimal): -6165010 or 15658401. OLE color: 15658401.
HSL color Cylindrical-coordinate representation of color #A1EDEE: hue angle of 180.78º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDEE is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 238 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.07 |
| HSL | 180.78º | 0.69% | 0.78% | - |
| HSV(B) | 180.78º | 0.32% | 0.93% | - |
| XYZ | 60.41 | 74.32 | 92.05 | - |
| YUV | 214.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 238 | 0.32 | 0.00 | 0 | 0.07 | 180.78 | 0.69 | 0.78 |
| Hex | A1 | ED | EE | 20 | 0 | 0 | 7 | B5 | 45 | 4E |
| Octal | 241 | 355 | 356 | 40 | 0 | 0 | 7 | 265 | 105 | 116 |
| Binary | 10100001 | 11101101 | 11101110 | 100000 | 0 | 0 | 111 | 10110101 | 1000101 | 1001110 |
Color Harmonies of #A1EDEE
Complementary color
Monochromatic Colors of #A1EDEE
Black with #A1EDEE
Text Example
Text Example
White with #A1EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDEE; }
p { color: rgb(161,237,238); }
H1.HeaderClassName
{
color: #A1EDEE;
}
.AnyTagClassName
{
color: #A1EDEE;
}
</style>
background-color css
<style>
a { background-color: #A1EDEE; }
a { background-color: rgb(161,237,238); }
div.DivClassName
{
background-color: #A1EDEE;
}
.BgClassName
{
background-color: #A1EDEE;
}
</style>
border-color css
<style>
span { border-color: #A1EDEE; }
span { border-color: rgb(161,237,238); }
td.TdClassName
{
border-color: #A1EDEE;
}
.TagClassName
{
border-color: #A1EDEE;
}
</style>