Shades of Pale Turquoise #ACFAFD
Tints of Pale Turquoise #ACFAFD
RGB
CMYK
RGB Variations
Color information
#ACFAFD (or 0xACFAFD) is known color: Pale Turquoise. HEX triplet: AC, FA and FD. RGB value is (172,250,253). Sum of RGB (Red+Green+Blue) = 172+250+253=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAFD is #530502. Grayscale: #E2E2E2. Windows color (decimal): -5440771 or 16644780. OLE color: 16644780.
HSL color Cylindrical-coordinate representation of color #ACFAFD: hue angle of 182.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFAFD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 250 | 253 | - |
CMYK | 0.32 | 0.01 | 0 | 0.01 |
HSL | 182.22º | 0.95% | 0.83% | - |
HSV(B) | 182.22º | 0.32% | 0.99% | - |
XYZ | 68.93 | 84.23 | 105.55 | - |
YUV | 227.02 | 142.66 | 88.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 250 | 253 | 0.32 | 0.01 | 0 | 0.01 | 182.22 | 0.95 | 0.83 |
Hex | AC | FA | FD | 20 | 1 | 0 | 1 | B6 | 5F | 53 |
Octal | 254 | 372 | 375 | 40 | 1 | 0 | 1 | 266 | 137 | 123 |
Binary | 10101100 | 11111010 | 11111101 | 100000 | 1 | 0 | 1 | 10110110 | 1011111 | 1010011 |
Color Harmonies of #ACFAFD
Complementary color
Monochromatic Colors of #ACFAFD
Black with #ACFAFD
Text Example
Text Example
White with #ACFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAFD; }
p { color: rgb(172,250,253); }
H1.HeaderClassName
{
color: #ACFAFD;
}
.AnyTagClassName
{
color: #ACFAFD;
}
</style>
background-color css
<style>
a { background-color: #ACFAFD; }
a { background-color: rgb(172,250,253); }
div.DivClassName
{
background-color: #ACFAFD;
}
.BgClassName
{
background-color: #ACFAFD;
}
</style>
border-color css
<style>
span { border-color: #ACFAFD; }
span { border-color: rgb(172,250,253); }
td.TdClassName
{
border-color: #ACFAFD;
}
.TagClassName
{
border-color: #ACFAFD;
}
</style>