Shades of Pale Turquoise #ACFCFD
Tints of Pale Turquoise #ACFCFD
RGB
CMYK
RGB Variations
Color information
#ACFCFD (or 0xACFCFD) is known color: Pale Turquoise. HEX triplet: AC, FC and FD. RGB value is (172,252,253). Sum of RGB (Red+Green+Blue) = 172+252+253=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCFD is #530302. Grayscale: #E4E4E4. Windows color (decimal): -5440259 or 16645292. OLE color: 16645292.
HSL color Cylindrical-coordinate representation of color #ACFCFD: hue angle of 180.74º 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 #ACFCFD is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 252 | 253 | - |
CMYK | 0.32 | 0.00 | 0 | 0.01 |
HSL | 180.74º | 0.95% | 0.83% | - |
HSV(B) | 180.74º | 0.32% | 0.99% | - |
XYZ | 69.55 | 85.48 | 105.76 | - |
YUV | 228.19 | 142 | 87.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 252 | 253 | 0.32 | 0.00 | 0 | 0.01 | 180.74 | 0.95 | 0.83 |
Hex | AC | FC | FD | 20 | 0 | 0 | 1 | B5 | 5F | 53 |
Octal | 254 | 374 | 375 | 40 | 0 | 0 | 1 | 265 | 137 | 123 |
Binary | 10101100 | 11111100 | 11111101 | 100000 | 0 | 0 | 1 | 10110101 | 1011111 | 1010011 |
Color Harmonies of #ACFCFD
Complementary color
Monochromatic Colors of #ACFCFD
Black with #ACFCFD
Text Example
Text Example
White with #ACFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCFD; }
p { color: rgb(172,252,253); }
H1.HeaderClassName
{
color: #ACFCFD;
}
.AnyTagClassName
{
color: #ACFCFD;
}
</style>
background-color css
<style>
a { background-color: #ACFCFD; }
a { background-color: rgb(172,252,253); }
div.DivClassName
{
background-color: #ACFCFD;
}
.BgClassName
{
background-color: #ACFCFD;
}
</style>
border-color css
<style>
span { border-color: #ACFCFD; }
span { border-color: rgb(172,252,253); }
td.TdClassName
{
border-color: #ACFCFD;
}
.TagClassName
{
border-color: #ACFCFD;
}
</style>