Shades of Pale Turquoise #A5F0E6
Tints of Pale Turquoise #A5F0E6
RGB
CMYK
RGB Variations
Color information
#A5F0E6 (or 0xA5F0E6) is known color: Pale Turquoise. HEX triplet: A5, F0 and E6. RGB value is (165,240,230). Sum of RGB (Red+Green+Blue) = 165+240+230=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0E6 is #5A0F19. Grayscale: #D8D8D8. Windows color (decimal): -5902106 or 15134885. OLE color: 15134885.
HSL color Cylindrical-coordinate representation of color #A5F0E6: hue angle of 172º degrees, saturation: 0.71, 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 #A5F0E6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 230 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.06 |
| HSL | 172º | 0.71% | 0.79% | - |
| HSV(B) | 172º | 0.31% | 0.94% | - |
| XYZ | 60.96 | 76.03 | 86.33 | - |
| YUV | 216.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 230 | 0.31 | 0 | 0.04 | 0.06 | 172 | 0.71 | 0.79 |
| Hex | A5 | F0 | E6 | 1F | 0 | 4 | 6 | AC | 47 | 4F |
| Octal | 245 | 360 | 346 | 37 | 0 | 4 | 6 | 254 | 107 | 117 |
| Binary | 10100101 | 11110000 | 11100110 | 11111 | 0 | 100 | 110 | 10101100 | 1000111 | 1001111 |
Color Harmonies of #A5F0E6
Complementary color
Monochromatic Colors of #A5F0E6
Black with #A5F0E6
Text Example
Text Example
White with #A5F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0E6; }
p { color: rgb(165,240,230); }
H1.HeaderClassName
{
color: #A5F0E6;
}
.AnyTagClassName
{
color: #A5F0E6;
}
</style>
background-color css
<style>
a { background-color: #A5F0E6; }
a { background-color: rgb(165,240,230); }
div.DivClassName
{
background-color: #A5F0E6;
}
.BgClassName
{
background-color: #A5F0E6;
}
</style>
border-color css
<style>
span { border-color: #A5F0E6; }
span { border-color: rgb(165,240,230); }
td.TdClassName
{
border-color: #A5F0E6;
}
.TagClassName
{
border-color: #A5F0E6;
}
</style>