Shades of Pale Turquoise #A2F2E6
Tints of Pale Turquoise #A2F2E6
RGB
CMYK
RGB Variations
Color information
#A2F2E6 (or 0xA2F2E6) is known color: Pale Turquoise. HEX triplet: A2, F2 and E6. RGB value is (162,242,230). Sum of RGB (Red+Green+Blue) = 162+242+230=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2E6 is #5D0D19. Grayscale: #D8D8D8. Windows color (decimal): -6098202 or 15135394. OLE color: 15135394.
HSL color Cylindrical-coordinate representation of color #A2F2E6: hue angle of 171º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2E6 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 230 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.05 |
| HSL | 171º | 0.75% | 0.79% | - |
| HSV(B) | 171º | 0.33% | 0.95% | - |
| XYZ | 60.94 | 76.9 | 86.49 | - |
| YUV | 216.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 230 | 0.33 | 0 | 0.05 | 0.05 | 171 | 0.75 | 0.79 |
| Hex | A2 | F2 | E6 | 21 | 0 | 5 | 5 | AB | 4B | 4F |
| Octal | 242 | 362 | 346 | 41 | 0 | 5 | 5 | 253 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11100110 | 100001 | 0 | 101 | 101 | 10101011 | 1001011 | 1001111 |
Color Harmonies of #A2F2E6
Complementary color
Monochromatic Colors of #A2F2E6
Black with #A2F2E6
Text Example
Text Example
White with #A2F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2E6; }
p { color: rgb(162,242,230); }
H1.HeaderClassName
{
color: #A2F2E6;
}
.AnyTagClassName
{
color: #A2F2E6;
}
</style>
background-color css
<style>
a { background-color: #A2F2E6; }
a { background-color: rgb(162,242,230); }
div.DivClassName
{
background-color: #A2F2E6;
}
.BgClassName
{
background-color: #A2F2E6;
}
</style>
border-color css
<style>
span { border-color: #A2F2E6; }
span { border-color: rgb(162,242,230); }
td.TdClassName
{
border-color: #A2F2E6;
}
.TagClassName
{
border-color: #A2F2E6;
}
</style>