Shades of Pale Turquoise #A8F0FD
Tints of Pale Turquoise #A8F0FD
RGB
CMYK
RGB Variations
Color information
#A8F0FD (or 0xA8F0FD) is known color: Pale Turquoise. HEX triplet: A8, F0 and FD. RGB value is (168,240,253). Sum of RGB (Red+Green+Blue) = 168+240+253=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0FD is #570F02. Grayscale: #DBDBDB. Windows color (decimal): -5705475 or 16642216. OLE color: 16642216.
HSL color Cylindrical-coordinate representation of color #A8F0FD: hue angle of 189.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F0FD is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 240 | 253 | - |
CMYK | 0.34 | 0.05 | 0 | 0.01 |
HSL | 189.18º | 0.96% | 0.83% | - |
HSV(B) | 189.18º | 0.34% | 0.99% | - |
XYZ | 65.04 | 77.74 | 104.51 | - |
YUV | 219.95 | 146.65 | 90.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 240 | 253 | 0.34 | 0.05 | 0 | 0.01 | 189.18 | 0.96 | 0.83 |
Hex | A8 | F0 | FD | 22 | 5 | 0 | 1 | BD | 60 | 53 |
Octal | 250 | 360 | 375 | 42 | 5 | 0 | 1 | 275 | 140 | 123 |
Binary | 10101000 | 11110000 | 11111101 | 100010 | 101 | 0 | 1 | 10111101 | 1100000 | 1010011 |
Color Harmonies of #A8F0FD
Complementary color
Monochromatic Colors of #A8F0FD
Black with #A8F0FD
Text Example
Text Example
White with #A8F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0FD; }
p { color: rgb(168,240,253); }
H1.HeaderClassName
{
color: #A8F0FD;
}
.AnyTagClassName
{
color: #A8F0FD;
}
</style>
background-color css
<style>
a { background-color: #A8F0FD; }
a { background-color: rgb(168,240,253); }
div.DivClassName
{
background-color: #A8F0FD;
}
.BgClassName
{
background-color: #A8F0FD;
}
</style>
border-color css
<style>
span { border-color: #A8F0FD; }
span { border-color: rgb(168,240,253); }
td.TdClassName
{
border-color: #A8F0FD;
}
.TagClassName
{
border-color: #A8F0FD;
}
</style>