Shades of Pale Turquoise #A8FEFD
Tints of Pale Turquoise #A8FEFD
RGB
CMYK
RGB Variations
Color information
#A8FEFD (or 0xA8FEFD) is known color: Pale Turquoise. HEX triplet: A8, FE and FD. RGB value is (168,254,253). Sum of RGB (Red+Green+Blue) = 168+254+253=675 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.89% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFD is #570102. Grayscale: #E4E4E4. Windows color (decimal): -5701891 or 16645800. OLE color: 16645800.
HSL color Cylindrical-coordinate representation of color #A8FEFD: hue angle of 179.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FEFD is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 168 | 254 | 253 | - |
CMYK | 0.34 | 0 | 0.00 | 0.00 |
HSL | 179.3º | 0.98% | 0.83% | - |
HSV(B) | 179.3º | 0.34% | 1% | - |
XYZ | 69.32 | 86.3 | 105.93 | - |
YUV | 228.17 | 142.01 | 85.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 254 | 253 | 0.34 | 0 | 0.00 | 0.00 | 179.3 | 0.98 | 0.83 |
Hex | A8 | FE | FD | 22 | 0 | 0 | 0 | B3 | 62 | 53 |
Octal | 250 | 376 | 375 | 42 | 0 | 0 | 0 | 263 | 142 | 123 |
Binary | 10101000 | 11111110 | 11111101 | 100010 | 0 | 0 | 0 | 10110011 | 1100010 | 1010011 |
Color Harmonies of #A8FEFD
Complementary color
Monochromatic Colors of #A8FEFD
Black with #A8FEFD
Text Example
Text Example
White with #A8FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEFD; }
p { color: rgb(168,254,253); }
H1.HeaderClassName
{
color: #A8FEFD;
}
.AnyTagClassName
{
color: #A8FEFD;
}
</style>
background-color css
<style>
a { background-color: #A8FEFD; }
a { background-color: rgb(168,254,253); }
div.DivClassName
{
background-color: #A8FEFD;
}
.BgClassName
{
background-color: #A8FEFD;
}
</style>
border-color css
<style>
span { border-color: #A8FEFD; }
span { border-color: rgb(168,254,253); }
td.TdClassName
{
border-color: #A8FEFD;
}
.TagClassName
{
border-color: #A8FEFD;
}
</style>