Shades of Pale Turquoise #A8F4E7
Tints of Pale Turquoise #A8F4E7
RGB
CMYK
RGB Variations
Color information
#A8F4E7 (or 0xA8F4E7) is known color: Pale Turquoise. HEX triplet: A8, F4 and E7. RGB value is (168,244,231). Sum of RGB (Red+Green+Blue) = 168+244+231=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F4E7 is #570B18. Grayscale: #DBDBDB. Windows color (decimal): -5704473 or 15201448. OLE color: 15201448.
HSL color Cylindrical-coordinate representation of color #A8F4E7: hue angle of 169.74º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4E7 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 231 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.04 |
| HSL | 169.74º | 0.78% | 0.81% | - |
| HSV(B) | 169.74º | 0.31% | 0.96% | - |
| XYZ | 62.92 | 78.8 | 87.49 | - |
| YUV | 219.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 231 | 0.31 | 0 | 0.05 | 0.04 | 169.74 | 0.78 | 0.81 |
| Hex | A8 | F4 | E7 | 1F | 0 | 5 | 4 | AA | 4E | 51 |
| Octal | 250 | 364 | 347 | 37 | 0 | 5 | 4 | 252 | 116 | 121 |
| Binary | 10101000 | 11110100 | 11100111 | 11111 | 0 | 101 | 100 | 10101010 | 1001110 | 1010001 |
Color Harmonies of #A8F4E7
Complementary color
Monochromatic Colors of #A8F4E7
Black with #A8F4E7
Text Example
Text Example
White with #A8F4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4E7; }
p { color: rgb(168,244,231); }
H1.HeaderClassName
{
color: #A8F4E7;
}
.AnyTagClassName
{
color: #A8F4E7;
}
</style>
background-color css
<style>
a { background-color: #A8F4E7; }
a { background-color: rgb(168,244,231); }
div.DivClassName
{
background-color: #A8F4E7;
}
.BgClassName
{
background-color: #A8F4E7;
}
</style>
border-color css
<style>
span { border-color: #A8F4E7; }
span { border-color: rgb(168,244,231); }
td.TdClassName
{
border-color: #A8F4E7;
}
.TagClassName
{
border-color: #A8F4E7;
}
</style>