Shades of Pale Turquoise #A5F7EA
Tints of Pale Turquoise #A5F7EA
RGB
CMYK
RGB Variations
Color information
#A5F7EA (or 0xA5F7EA) is known color: Pale Turquoise. HEX triplet: A5, F7 and EA. RGB value is (165,247,234). Sum of RGB (Red+Green+Blue) = 165+247+234=646 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.54% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7EA is #5A0815. Grayscale: #DCDCDC. Windows color (decimal): -5900310 or 15398821. OLE color: 15398821.
HSL color Cylindrical-coordinate representation of color #A5F7EA: hue angle of 170.49º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7EA is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 234 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.03 |
| HSL | 170.49º | 0.84% | 0.81% | - |
| HSV(B) | 170.49º | 0.33% | 0.97% | - |
| XYZ | 63.63 | 80.46 | 90.02 | - |
| YUV | 221 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 234 | 0.33 | 0 | 0.05 | 0.03 | 170.49 | 0.84 | 0.81 |
| Hex | A5 | F7 | EA | 21 | 0 | 5 | 3 | AA | 54 | 51 |
| Octal | 245 | 367 | 352 | 41 | 0 | 5 | 3 | 252 | 124 | 121 |
| Binary | 10100101 | 11110111 | 11101010 | 100001 | 0 | 101 | 11 | 10101010 | 1010100 | 1010001 |
Color Harmonies of #A5F7EA
Complementary color
Monochromatic Colors of #A5F7EA
Black with #A5F7EA
Text Example
Text Example
White with #A5F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7EA; }
p { color: rgb(165,247,234); }
H1.HeaderClassName
{
color: #A5F7EA;
}
.AnyTagClassName
{
color: #A5F7EA;
}
</style>
background-color css
<style>
a { background-color: #A5F7EA; }
a { background-color: rgb(165,247,234); }
div.DivClassName
{
background-color: #A5F7EA;
}
.BgClassName
{
background-color: #A5F7EA;
}
</style>
border-color css
<style>
span { border-color: #A5F7EA; }
span { border-color: rgb(165,247,234); }
td.TdClassName
{
border-color: #A5F7EA;
}
.TagClassName
{
border-color: #A5F7EA;
}
</style>