Shades of Pale Turquoise #A8EDF3
Tints of Pale Turquoise #A8EDF3
RGB
CMYK
RGB Variations
Color information
#A8EDF3 (or 0xA8EDF3) is known color: Pale Turquoise. HEX triplet: A8, ED and F3. RGB value is (168,237,243). Sum of RGB (Red+Green+Blue) = 168+237+243=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF3 is #57120C. Grayscale: #D8D8D8. Windows color (decimal): -5706253 or 15986088. OLE color: 15986088.
HSL color Cylindrical-coordinate representation of color #A8EDF3: hue angle of 184.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 #A8EDF3 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 237 | 243 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.05 |
| HSL | 184.8º | 0.76% | 0.81% | - |
| HSV(B) | 184.8º | 0.31% | 0.95% | - |
| XYZ | 62.61 | 75.36 | 96.04 | - |
| YUV | 217.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 243 | 0.31 | 0.02 | 0 | 0.05 | 184.8 | 0.76 | 0.81 |
| Hex | A8 | ED | F3 | 1F | 2 | 0 | 5 | B9 | 4C | 51 |
| Octal | 250 | 355 | 363 | 37 | 2 | 0 | 5 | 271 | 114 | 121 |
| Binary | 10101000 | 11101101 | 11110011 | 11111 | 10 | 0 | 101 | 10111001 | 1001100 | 1010001 |
Color Harmonies of #A8EDF3
Complementary color
Monochromatic Colors of #A8EDF3
Black with #A8EDF3
Text Example
Text Example
White with #A8EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDF3; }
p { color: rgb(168,237,243); }
H1.HeaderClassName
{
color: #A8EDF3;
}
.AnyTagClassName
{
color: #A8EDF3;
}
</style>
background-color css
<style>
a { background-color: #A8EDF3; }
a { background-color: rgb(168,237,243); }
div.DivClassName
{
background-color: #A8EDF3;
}
.BgClassName
{
background-color: #A8EDF3;
}
</style>
border-color css
<style>
span { border-color: #A8EDF3; }
span { border-color: rgb(168,237,243); }
td.TdClassName
{
border-color: #A8EDF3;
}
.TagClassName
{
border-color: #A8EDF3;
}
</style>