Shades of Pale Turquoise #A8EEED
Tints of Pale Turquoise #A8EEED
RGB
CMYK
RGB Variations
Color information
#A8EEED (or 0xA8EEED) is known color: Pale Turquoise. HEX triplet: A8, EE and ED. RGB value is (168,238,237). Sum of RGB (Red+Green+Blue) = 168+238+237=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEED is #571112. Grayscale: #D8D8D8. Windows color (decimal): -5706003 or 15593128. OLE color: 15593128.
HSL color Cylindrical-coordinate representation of color #A8EEED: hue angle of 179.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEED is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 238 | 237 | - |
CMYK | 0.29 | 0 | 0.00 | 0.07 |
HSL | 179.14º | 0.67% | 0.8% | - |
HSV(B) | 179.14º | 0.29% | 0.93% | - |
XYZ | 62.01 | 75.59 | 91.44 | - |
YUV | 216.96 | 139.31 | 93.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 238 | 237 | 0.29 | 0 | 0.00 | 0.07 | 179.14 | 0.67 | 0.8 |
Hex | A8 | EE | ED | 1D | 0 | 0 | 7 | B3 | 43 | 50 |
Octal | 250 | 356 | 355 | 35 | 0 | 0 | 7 | 263 | 103 | 120 |
Binary | 10101000 | 11101110 | 11101101 | 11101 | 0 | 0 | 111 | 10110011 | 1000011 | 1010000 |
Color Harmonies of #A8EEED
Complementary color
Monochromatic Colors of #A8EEED
Black with #A8EEED
Text Example
Text Example
White with #A8EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEED; }
p { color: rgb(168,238,237); }
H1.HeaderClassName
{
color: #A8EEED;
}
.AnyTagClassName
{
color: #A8EEED;
}
</style>
background-color css
<style>
a { background-color: #A8EEED; }
a { background-color: rgb(168,238,237); }
div.DivClassName
{
background-color: #A8EEED;
}
.BgClassName
{
background-color: #A8EEED;
}
</style>
border-color css
<style>
span { border-color: #A8EEED; }
span { border-color: rgb(168,238,237); }
td.TdClassName
{
border-color: #A8EEED;
}
.TagClassName
{
border-color: #A8EEED;
}
</style>