Shades of Pale Turquoise #A8EEF3
Tints of Pale Turquoise #A8EEF3
RGB
CMYK
RGB Variations
Color information
#A8EEF3 (or 0xA8EEF3) is known color: Pale Turquoise. HEX triplet: A8, EE and F3. RGB value is (168,238,243). Sum of RGB (Red+Green+Blue) = 168+238+243=649 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.89% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF3 is #57110C. Grayscale: #D9D9D9. Windows color (decimal): -5705997 or 15986344. OLE color: 15986344.
HSL color Cylindrical-coordinate representation of color #A8EEF3: hue angle of 184º 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 #A8EEF3 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 238 | 243 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.05 |
| HSL | 184º | 0.76% | 0.81% | - |
| HSV(B) | 184º | 0.31% | 0.95% | - |
| XYZ | 62.9 | 75.94 | 96.14 | - |
| YUV | 217.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 243 | 0.31 | 0.02 | 0 | 0.05 | 184 | 0.76 | 0.81 |
| Hex | A8 | EE | F3 | 1F | 2 | 0 | 5 | B8 | 4C | 51 |
| Octal | 250 | 356 | 363 | 37 | 2 | 0 | 5 | 270 | 114 | 121 |
| Binary | 10101000 | 11101110 | 11110011 | 11111 | 10 | 0 | 101 | 10111000 | 1001100 | 1010001 |
Color Harmonies of #A8EEF3
Complementary color
Monochromatic Colors of #A8EEF3
Black with #A8EEF3
Text Example
Text Example
White with #A8EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF3; }
p { color: rgb(168,238,243); }
H1.HeaderClassName
{
color: #A8EEF3;
}
.AnyTagClassName
{
color: #A8EEF3;
}
</style>
background-color css
<style>
a { background-color: #A8EEF3; }
a { background-color: rgb(168,238,243); }
div.DivClassName
{
background-color: #A8EEF3;
}
.BgClassName
{
background-color: #A8EEF3;
}
</style>
border-color css
<style>
span { border-color: #A8EEF3; }
span { border-color: rgb(168,238,243); }
td.TdClassName
{
border-color: #A8EEF3;
}
.TagClassName
{
border-color: #A8EEF3;
}
</style>