Shades of Pale Turquoise #A8EEEF
Tints of Pale Turquoise #A8EEEF
RGB
CMYK
RGB Variations
Color information
#A8EEEF (or 0xA8EEEF) is known color: Pale Turquoise. HEX triplet: A8, EE and EF. RGB value is (168,238,239). Sum of RGB (Red+Green+Blue) = 168+238+239=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEEF is #571110. Grayscale: #D9D9D9. Windows color (decimal): -5706001 or 15724200. OLE color: 15724200.
HSL color Cylindrical-coordinate representation of color #A8EEEF: hue angle of 180.85º degrees, saturation: 0.69, 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 #A8EEEF is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 238 | 239 | - |
CMYK | 0.30 | 0.00 | 0 | 0.06 |
HSL | 180.85º | 0.69% | 0.8% | - |
HSV(B) | 180.85º | 0.3% | 0.94% | - |
XYZ | 62.3 | 75.71 | 92.99 | - |
YUV | 217.18 | 140.31 | 92.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 238 | 239 | 0.30 | 0.00 | 0 | 0.06 | 180.85 | 0.69 | 0.8 |
Hex | A8 | EE | EF | 1E | 0 | 0 | 6 | B5 | 45 | 50 |
Octal | 250 | 356 | 357 | 36 | 0 | 0 | 6 | 265 | 105 | 120 |
Binary | 10101000 | 11101110 | 11101111 | 11110 | 0 | 0 | 110 | 10110101 | 1000101 | 1010000 |
Color Harmonies of #A8EEEF
Complementary color
Monochromatic Colors of #A8EEEF
Black with #A8EEEF
Text Example
Text Example
White with #A8EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEEF; }
p { color: rgb(168,238,239); }
H1.HeaderClassName
{
color: #A8EEEF;
}
.AnyTagClassName
{
color: #A8EEEF;
}
</style>
background-color css
<style>
a { background-color: #A8EEEF; }
a { background-color: rgb(168,238,239); }
div.DivClassName
{
background-color: #A8EEEF;
}
.BgClassName
{
background-color: #A8EEEF;
}
</style>
border-color css
<style>
span { border-color: #A8EEEF; }
span { border-color: rgb(168,238,239); }
td.TdClassName
{
border-color: #A8EEEF;
}
.TagClassName
{
border-color: #A8EEEF;
}
</style>