Shades of Pale Turquoise #A5EEE6
Tints of Pale Turquoise #A5EEE6
RGB
CMYK
RGB Variations
Color information
#A5EEE6 (or 0xA5EEE6) is known color: Pale Turquoise. HEX triplet: A5, EE and E6. RGB value is (165,238,230). Sum of RGB (Red+Green+Blue) = 165+238+230=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEE6 is #5A1119. Grayscale: #D7D7D7. Windows color (decimal): -5902618 or 15134373. OLE color: 15134373.
HSL color Cylindrical-coordinate representation of color #A5EEE6: hue angle of 173.42º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEE6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 230 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.07 |
| HSL | 173.42º | 0.68% | 0.79% | - |
| HSV(B) | 173.42º | 0.31% | 0.93% | - |
| XYZ | 60.37 | 74.86 | 86.13 | - |
| YUV | 215.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 230 | 0.31 | 0 | 0.03 | 0.07 | 173.42 | 0.68 | 0.79 |
| Hex | A5 | EE | E6 | 1F | 0 | 3 | 7 | AD | 44 | 4F |
| Octal | 245 | 356 | 346 | 37 | 0 | 3 | 7 | 255 | 104 | 117 |
| Binary | 10100101 | 11101110 | 11100110 | 11111 | 0 | 11 | 111 | 10101101 | 1000100 | 1001111 |
Color Harmonies of #A5EEE6
Complementary color
Monochromatic Colors of #A5EEE6
Black with #A5EEE6
Text Example
Text Example
White with #A5EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEE6; }
p { color: rgb(165,238,230); }
H1.HeaderClassName
{
color: #A5EEE6;
}
.AnyTagClassName
{
color: #A5EEE6;
}
</style>
background-color css
<style>
a { background-color: #A5EEE6; }
a { background-color: rgb(165,238,230); }
div.DivClassName
{
background-color: #A5EEE6;
}
.BgClassName
{
background-color: #A5EEE6;
}
</style>
border-color css
<style>
span { border-color: #A5EEE6; }
span { border-color: rgb(165,238,230); }
td.TdClassName
{
border-color: #A5EEE6;
}
.TagClassName
{
border-color: #A5EEE6;
}
</style>