Shades of Pale Turquoise #A8EDF0
Tints of Pale Turquoise #A8EDF0
RGB
CMYK
RGB Variations
Color information
#A8EDF0 (or 0xA8EDF0) is known color: Pale Turquoise. HEX triplet: A8, ED and F0. RGB value is (168,237,240). Sum of RGB (Red+Green+Blue) = 168+237+240=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF0 is #57120F. Grayscale: #D8D8D8. Windows color (decimal): -5706256 or 15789480. OLE color: 15789480.
HSL color Cylindrical-coordinate representation of color #A8EDF0: hue angle of 182.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EDF0 is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 237 | 240 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.06 |
| HSL | 182.5º | 0.71% | 0.8% | - |
| HSV(B) | 182.5º | 0.3% | 0.94% | - |
| XYZ | 62.16 | 75.18 | 93.67 | - |
| YUV | 216.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 240 | 0.3 | 0.01 | 0 | 0.06 | 182.5 | 0.71 | 0.8 |
| Hex | A8 | ED | F0 | 1E | 1 | 0 | 6 | B6 | 47 | 50 |
| Octal | 250 | 355 | 360 | 36 | 1 | 0 | 6 | 266 | 107 | 120 |
| Binary | 10101000 | 11101101 | 11110000 | 11110 | 1 | 0 | 110 | 10110110 | 1000111 | 1010000 |
Color Harmonies of #A8EDF0
Complementary color
Monochromatic Colors of #A8EDF0
Black with #A8EDF0
Text Example
Text Example
White with #A8EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDF0; }
p { color: rgb(168,237,240); }
H1.HeaderClassName
{
color: #A8EDF0;
}
.AnyTagClassName
{
color: #A8EDF0;
}
</style>
background-color css
<style>
a { background-color: #A8EDF0; }
a { background-color: rgb(168,237,240); }
div.DivClassName
{
background-color: #A8EDF0;
}
.BgClassName
{
background-color: #A8EDF0;
}
</style>
border-color css
<style>
span { border-color: #A8EDF0; }
span { border-color: rgb(168,237,240); }
td.TdClassName
{
border-color: #A8EDF0;
}
.TagClassName
{
border-color: #A8EDF0;
}
</style>