Shades of Pale Turquoise #A0EEEF
Tints of Pale Turquoise #A0EEEF
RGB
CMYK
RGB Variations
Color information
#A0EEEF (or 0xA0EEEF) is known color: Pale Turquoise. HEX triplet: A0, EE and EF. RGB value is (160,238,239). Sum of RGB (Red+Green+Blue) = 160+238+239=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEEF is #5F1110. Grayscale: #D6D6D6. Windows color (decimal): -6230289 or 15724192. OLE color: 15724192.
HSL color Cylindrical-coordinate representation of color #A0EEEF: hue angle of 180.76º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEEF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 238 | 239 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.06 |
| HSL | 180.76º | 0.71% | 0.78% | - |
| HSV(B) | 180.76º | 0.33% | 0.94% | - |
| XYZ | 60.65 | 74.85 | 92.91 | - |
| YUV | 214.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 239 | 0.33 | 0.00 | 0 | 0.06 | 180.76 | 0.71 | 0.78 |
| Hex | A0 | EE | EF | 21 | 0 | 0 | 6 | B5 | 47 | 4E |
| Octal | 240 | 356 | 357 | 41 | 0 | 0 | 6 | 265 | 107 | 116 |
| Binary | 10100000 | 11101110 | 11101111 | 100001 | 0 | 0 | 110 | 10110101 | 1000111 | 1001110 |
Color Harmonies of #A0EEEF
Complementary color
Monochromatic Colors of #A0EEEF
Black with #A0EEEF
Text Example
Text Example
White with #A0EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEEF; }
p { color: rgb(160,238,239); }
H1.HeaderClassName
{
color: #A0EEEF;
}
.AnyTagClassName
{
color: #A0EEEF;
}
</style>
background-color css
<style>
a { background-color: #A0EEEF; }
a { background-color: rgb(160,238,239); }
div.DivClassName
{
background-color: #A0EEEF;
}
.BgClassName
{
background-color: #A0EEEF;
}
</style>
border-color css
<style>
span { border-color: #A0EEEF; }
span { border-color: rgb(160,238,239); }
td.TdClassName
{
border-color: #A0EEEF;
}
.TagClassName
{
border-color: #A0EEEF;
}
</style>