Shades of Pale Turquoise #A5E7E6
Tints of Pale Turquoise #A5E7E6
RGB
CMYK
RGB Variations
Color information
#A5E7E6 (or 0xA5E7E6) is known color: Pale Turquoise. HEX triplet: A5, E7 and E6. RGB value is (165,231,230). Sum of RGB (Red+Green+Blue) = 165+231+230=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E7E6 is #5A1819. Grayscale: #D3D3D3. Windows color (decimal): -5904410 or 15132581. OLE color: 15132581.
HSL color Cylindrical-coordinate representation of color #A5E7E6: hue angle of 179.09º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E7E6 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 230 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.09 |
| HSL | 179.09º | 0.58% | 0.78% | - |
| HSV(B) | 179.09º | 0.29% | 0.91% | - |
| XYZ | 58.38 | 70.86 | 85.46 | - |
| YUV | 211.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 230 | 0.29 | 0 | 0.00 | 0.09 | 179.09 | 0.58 | 0.78 |
| Hex | A5 | E7 | E6 | 1D | 0 | 0 | 9 | B3 | 3A | 4E |
| Octal | 245 | 347 | 346 | 35 | 0 | 0 | 11 | 263 | 72 | 116 |
| Binary | 10100101 | 11100111 | 11100110 | 11101 | 0 | 0 | 1001 | 10110011 | 111010 | 1001110 |
Color Harmonies of #A5E7E6
Complementary color
Monochromatic Colors of #A5E7E6
Black with #A5E7E6
Text Example
Text Example
White with #A5E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E7E6; }
p { color: rgb(165,231,230); }
H1.HeaderClassName
{
color: #A5E7E6;
}
.AnyTagClassName
{
color: #A5E7E6;
}
</style>
background-color css
<style>
a { background-color: #A5E7E6; }
a { background-color: rgb(165,231,230); }
div.DivClassName
{
background-color: #A5E7E6;
}
.BgClassName
{
background-color: #A5E7E6;
}
</style>
border-color css
<style>
span { border-color: #A5E7E6; }
span { border-color: rgb(165,231,230); }
td.TdClassName
{
border-color: #A5E7E6;
}
.TagClassName
{
border-color: #A5E7E6;
}
</style>