Shades of Pale Turquoise #A5F6EF
Tints of Pale Turquoise #A5F6EF
RGB
CMYK
RGB Variations
Color information
#A5F6EF (or 0xA5F6EF) is known color: Pale Turquoise. HEX triplet: A5, F6 and EF. RGB value is (165,246,239). Sum of RGB (Red+Green+Blue) = 165+246+239=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6EF is #5A0910. Grayscale: #DCDCDC. Windows color (decimal): -5900561 or 15726245. OLE color: 15726245.
HSL color Cylindrical-coordinate representation of color #A5F6EF: hue angle of 174.81º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F6EF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 239 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.04 |
| HSL | 174.81º | 0.82% | 0.81% | - |
| HSV(B) | 174.81º | 0.33% | 0.96% | - |
| XYZ | 64.05 | 80.14 | 93.75 | - |
| YUV | 220.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 239 | 0.33 | 0 | 0.03 | 0.04 | 174.81 | 0.82 | 0.81 |
| Hex | A5 | F6 | EF | 21 | 0 | 3 | 4 | AF | 52 | 51 |
| Octal | 245 | 366 | 357 | 41 | 0 | 3 | 4 | 257 | 122 | 121 |
| Binary | 10100101 | 11110110 | 11101111 | 100001 | 0 | 11 | 100 | 10101111 | 1010010 | 1010001 |
Color Harmonies of #A5F6EF
Complementary color
Monochromatic Colors of #A5F6EF
Black with #A5F6EF
Text Example
Text Example
White with #A5F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F6EF; }
p { color: rgb(165,246,239); }
H1.HeaderClassName
{
color: #A5F6EF;
}
.AnyTagClassName
{
color: #A5F6EF;
}
</style>
background-color css
<style>
a { background-color: #A5F6EF; }
a { background-color: rgb(165,246,239); }
div.DivClassName
{
background-color: #A5F6EF;
}
.BgClassName
{
background-color: #A5F6EF;
}
</style>
border-color css
<style>
span { border-color: #A5F6EF; }
span { border-color: rgb(165,246,239); }
td.TdClassName
{
border-color: #A5F6EF;
}
.TagClassName
{
border-color: #A5F6EF;
}
</style>