Shades of Pale Turquoise #A5EFE5
Tints of Pale Turquoise #A5EFE5
RGB
CMYK
RGB Variations
Color information
#A5EFE5 (or 0xA5EFE5) is known color: Pale Turquoise. HEX triplet: A5, EF and E5. RGB value is (165,239,229). Sum of RGB (Red+Green+Blue) = 165+239+229=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFE5 is #5A101A. Grayscale: #D7D7D7. Windows color (decimal): -5902363 or 15069093. OLE color: 15069093.
HSL color Cylindrical-coordinate representation of color #A5EFE5: hue angle of 171.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFE5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 229 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.06 |
| HSL | 171.89º | 0.7% | 0.79% | - |
| HSV(B) | 171.89º | 0.31% | 0.94% | - |
| XYZ | 60.53 | 75.39 | 85.49 | - |
| YUV | 215.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 229 | 0.31 | 0 | 0.04 | 0.06 | 171.89 | 0.7 | 0.79 |
| Hex | A5 | EF | E5 | 1F | 0 | 4 | 6 | AC | 46 | 4F |
| Octal | 245 | 357 | 345 | 37 | 0 | 4 | 6 | 254 | 106 | 117 |
| Binary | 10100101 | 11101111 | 11100101 | 11111 | 0 | 100 | 110 | 10101100 | 1000110 | 1001111 |
Color Harmonies of #A5EFE5
Complementary color
Monochromatic Colors of #A5EFE5
Black with #A5EFE5
Text Example
Text Example
White with #A5EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFE5; }
p { color: rgb(165,239,229); }
H1.HeaderClassName
{
color: #A5EFE5;
}
.AnyTagClassName
{
color: #A5EFE5;
}
</style>
background-color css
<style>
a { background-color: #A5EFE5; }
a { background-color: rgb(165,239,229); }
div.DivClassName
{
background-color: #A5EFE5;
}
.BgClassName
{
background-color: #A5EFE5;
}
</style>
border-color css
<style>
span { border-color: #A5EFE5; }
span { border-color: rgb(165,239,229); }
td.TdClassName
{
border-color: #A5EFE5;
}
.TagClassName
{
border-color: #A5EFE5;
}
</style>