Shades of Pale Turquoise #A8F3EF
Tints of Pale Turquoise #A8F3EF
RGB
CMYK
RGB Variations
Color information
#A8F3EF (or 0xA8F3EF) is known color: Pale Turquoise. HEX triplet: A8, F3 and EF. RGB value is (168,243,239). Sum of RGB (Red+Green+Blue) = 168+243+239=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F3EF is #570C10. Grayscale: #DCDCDC. Windows color (decimal): -5704721 or 15725480. OLE color: 15725480.
HSL color Cylindrical-coordinate representation of color #A8F3EF: hue angle of 176.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3EF is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 239 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.05 |
| HSL | 176.8º | 0.76% | 0.81% | - |
| HSV(B) | 176.8º | 0.31% | 0.95% | - |
| XYZ | 63.78 | 78.66 | 93.48 | - |
| YUV | 220.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 239 | 0.31 | 0 | 0.02 | 0.05 | 176.8 | 0.76 | 0.81 |
| Hex | A8 | F3 | EF | 1F | 0 | 2 | 5 | B1 | 4C | 51 |
| Octal | 250 | 363 | 357 | 37 | 0 | 2 | 5 | 261 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11101111 | 11111 | 0 | 10 | 101 | 10110001 | 1001100 | 1010001 |
Color Harmonies of #A8F3EF
Complementary color
Monochromatic Colors of #A8F3EF
Black with #A8F3EF
Text Example
Text Example
White with #A8F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3EF; }
p { color: rgb(168,243,239); }
H1.HeaderClassName
{
color: #A8F3EF;
}
.AnyTagClassName
{
color: #A8F3EF;
}
</style>
background-color css
<style>
a { background-color: #A8F3EF; }
a { background-color: rgb(168,243,239); }
div.DivClassName
{
background-color: #A8F3EF;
}
.BgClassName
{
background-color: #A8F3EF;
}
</style>
border-color css
<style>
span { border-color: #A8F3EF; }
span { border-color: rgb(168,243,239); }
td.TdClassName
{
border-color: #A8F3EF;
}
.TagClassName
{
border-color: #A8F3EF;
}
</style>