Shades of Pale Turquoise #A8EEF2
Tints of Pale Turquoise #A8EEF2
RGB
CMYK
RGB Variations
Color information
#A8EEF2 (or 0xA8EEF2) is known color: Pale Turquoise. HEX triplet: A8, EE and F2. RGB value is (168,238,242). Sum of RGB (Red+Green+Blue) = 168+238+242=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF2 is #57110D. Grayscale: #D9D9D9. Windows color (decimal): -5705998 or 15920808. OLE color: 15920808.
HSL color Cylindrical-coordinate representation of color #A8EEF2: hue angle of 183.24º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EEF2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 238 | 242 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.05 |
| HSL | 183.24º | 0.74% | 0.8% | - |
| HSV(B) | 183.24º | 0.31% | 0.95% | - |
| XYZ | 62.75 | 75.88 | 95.34 | - |
| YUV | 217.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 242 | 0.31 | 0.02 | 0 | 0.05 | 183.24 | 0.74 | 0.8 |
| Hex | A8 | EE | F2 | 1F | 2 | 0 | 5 | B7 | 4A | 50 |
| Octal | 250 | 356 | 362 | 37 | 2 | 0 | 5 | 267 | 112 | 120 |
| Binary | 10101000 | 11101110 | 11110010 | 11111 | 10 | 0 | 101 | 10110111 | 1001010 | 1010000 |
Color Harmonies of #A8EEF2
Complementary color
Monochromatic Colors of #A8EEF2
Black with #A8EEF2
Text Example
Text Example
White with #A8EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF2; }
p { color: rgb(168,238,242); }
H1.HeaderClassName
{
color: #A8EEF2;
}
.AnyTagClassName
{
color: #A8EEF2;
}
</style>
background-color css
<style>
a { background-color: #A8EEF2; }
a { background-color: rgb(168,238,242); }
div.DivClassName
{
background-color: #A8EEF2;
}
.BgClassName
{
background-color: #A8EEF2;
}
</style>
border-color css
<style>
span { border-color: #A8EEF2; }
span { border-color: rgb(168,238,242); }
td.TdClassName
{
border-color: #A8EEF2;
}
.TagClassName
{
border-color: #A8EEF2;
}
</style>