Shades of Pale Turquoise #A8FDFE
Tints of Pale Turquoise #A8FDFE
RGB
CMYK
RGB Variations
Color information
#A8FDFE (or 0xA8FDFE) is known color: Pale Turquoise. HEX triplet: A8, FD and FE. RGB value is (168,253,254). Sum of RGB (Red+Green+Blue) = 168+253+254=675 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.89% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFE is #570201. Grayscale: #E3E3E3. Windows color (decimal): -5702146 or 16711080. OLE color: 16711080.
HSL color Cylindrical-coordinate representation of color #A8FDFE: hue angle of 180.7º 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 #A8FDFE is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 168 | 253 | 254 | - |
CMYK | 0.34 | 0.00 | 0 | 0.00 |
HSL | 180.7º | 0.98% | 0.83% | - |
HSV(B) | 180.7º | 0.34% | 1% | - |
XYZ | 69.16 | 85.73 | 106.67 | - |
YUV | 227.7 | 142.84 | 85.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 253 | 254 | 0.34 | 0.00 | 0 | 0.00 | 180.7 | 0.98 | 0.83 |
Hex | A8 | FD | FE | 22 | 0 | 0 | 0 | B5 | 62 | 53 |
Octal | 250 | 375 | 376 | 42 | 0 | 0 | 0 | 265 | 142 | 123 |
Binary | 10101000 | 11111101 | 11111110 | 100010 | 0 | 0 | 0 | 10110101 | 1100010 | 1010011 |
Color Harmonies of #A8FDFE
Complementary color
Monochromatic Colors of #A8FDFE
Black with #A8FDFE
Text Example
Text Example
White with #A8FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDFE; }
p { color: rgb(168,253,254); }
H1.HeaderClassName
{
color: #A8FDFE;
}
.AnyTagClassName
{
color: #A8FDFE;
}
</style>
background-color css
<style>
a { background-color: #A8FDFE; }
a { background-color: rgb(168,253,254); }
div.DivClassName
{
background-color: #A8FDFE;
}
.BgClassName
{
background-color: #A8FDFE;
}
</style>
border-color css
<style>
span { border-color: #A8FDFE; }
span { border-color: rgb(168,253,254); }
td.TdClassName
{
border-color: #A8FDFE;
}
.TagClassName
{
border-color: #A8FDFE;
}
</style>