Shades of Pale Turquoise #A5FDEA
Tints of Pale Turquoise #A5FDEA
RGB
CMYK
RGB Variations
Color information
#A5FDEA (or 0xA5FDEA) is known color: Pale Turquoise. HEX triplet: A5, FD and EA. RGB value is (165,253,234). Sum of RGB (Red+Green+Blue) = 165+253+234=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FDEA is #5A0215. Grayscale: #E0E0E0. Windows color (decimal): -5898774 or 15400357. OLE color: 15400357.
HSL color Cylindrical-coordinate representation of color #A5FDEA: hue angle of 167.05º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDEA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 234 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.01 |
| HSL | 167.05º | 0.96% | 0.82% | - |
| HSV(B) | 167.05º | 0.35% | 0.99% | - |
| XYZ | 65.49 | 84.19 | 90.64 | - |
| YUV | 224.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 234 | 0.35 | 0 | 0.08 | 0.01 | 167.05 | 0.96 | 0.82 |
| Hex | A5 | FD | EA | 23 | 0 | 8 | 1 | A7 | 60 | 52 |
| Octal | 245 | 375 | 352 | 43 | 0 | 10 | 1 | 247 | 140 | 122 |
| Binary | 10100101 | 11111101 | 11101010 | 100011 | 0 | 1000 | 1 | 10100111 | 1100000 | 1010010 |
Color Harmonies of #A5FDEA
Complementary color
Monochromatic Colors of #A5FDEA
Black with #A5FDEA
Text Example
Text Example
White with #A5FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FDEA; }
p { color: rgb(165,253,234); }
H1.HeaderClassName
{
color: #A5FDEA;
}
.AnyTagClassName
{
color: #A5FDEA;
}
</style>
background-color css
<style>
a { background-color: #A5FDEA; }
a { background-color: rgb(165,253,234); }
div.DivClassName
{
background-color: #A5FDEA;
}
.BgClassName
{
background-color: #A5FDEA;
}
</style>
border-color css
<style>
span { border-color: #A5FDEA; }
span { border-color: rgb(165,253,234); }
td.TdClassName
{
border-color: #A5FDEA;
}
.TagClassName
{
border-color: #A5FDEA;
}
</style>