Shades of Pale Turquoise #A8FCFD
Tints of Pale Turquoise #A8FCFD
RGB
CMYK
RGB Variations
Color information
#A8FCFD (or 0xA8FCFD) is known color: Pale Turquoise. HEX triplet: A8, FC and FD. RGB value is (168,252,253). Sum of RGB (Red+Green+Blue) = 168+252+253=673 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.96% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCFD is #570302. Grayscale: #E2E2E2. Windows color (decimal): -5702403 or 16645288. OLE color: 16645288.
HSL color Cylindrical-coordinate representation of color #A8FCFD: hue angle of 180.71º 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 #A8FCFD is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 252 | 253 | - |
CMYK | 0.34 | 0.00 | 0 | 0.01 |
HSL | 180.71º | 0.96% | 0.83% | - |
HSV(B) | 180.71º | 0.34% | 0.99% | - |
XYZ | 68.69 | 85.04 | 105.72 | - |
YUV | 227 | 142.67 | 85.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 252 | 253 | 0.34 | 0.00 | 0 | 0.01 | 180.71 | 0.96 | 0.83 |
Hex | A8 | FC | FD | 22 | 0 | 0 | 1 | B5 | 60 | 53 |
Octal | 250 | 374 | 375 | 42 | 0 | 0 | 1 | 265 | 140 | 123 |
Binary | 10101000 | 11111100 | 11111101 | 100010 | 0 | 0 | 1 | 10110101 | 1100000 | 1010011 |
Color Harmonies of #A8FCFD
Complementary color
Monochromatic Colors of #A8FCFD
Black with #A8FCFD
Text Example
Text Example
White with #A8FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCFD; }
p { color: rgb(168,252,253); }
H1.HeaderClassName
{
color: #A8FCFD;
}
.AnyTagClassName
{
color: #A8FCFD;
}
</style>
background-color css
<style>
a { background-color: #A8FCFD; }
a { background-color: rgb(168,252,253); }
div.DivClassName
{
background-color: #A8FCFD;
}
.BgClassName
{
background-color: #A8FCFD;
}
</style>
border-color css
<style>
span { border-color: #A8FCFD; }
span { border-color: rgb(168,252,253); }
td.TdClassName
{
border-color: #A8FCFD;
}
.TagClassName
{
border-color: #A8FCFD;
}
</style>