Shades of Pale Turquoise #ACF5FD
Tints of Pale Turquoise #ACF5FD
RGB
CMYK
RGB Variations
Color information
#ACF5FD (or 0xACF5FD) is known color: Pale Turquoise. HEX triplet: AC, F5 and FD. RGB value is (172,245,253). Sum of RGB (Red+Green+Blue) = 172+245+253=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FD is #530A02. Grayscale: #DFDFDF. Windows color (decimal): -5442051 or 16643500. OLE color: 16643500.
HSL color Cylindrical-coordinate representation of color #ACF5FD: hue angle of 185.93º 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 #ACF5FD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 245 | 253 | - |
CMYK | 0.32 | 0.03 | 0 | 0.01 |
HSL | 185.93º | 0.95% | 0.83% | - |
HSV(B) | 185.93º | 0.32% | 0.99% | - |
XYZ | 67.4 | 81.17 | 105.04 | - |
YUV | 224.09 | 144.32 | 90.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 245 | 253 | 0.32 | 0.03 | 0 | 0.01 | 185.93 | 0.95 | 0.83 |
Hex | AC | F5 | FD | 20 | 3 | 0 | 1 | BA | 5F | 53 |
Octal | 254 | 365 | 375 | 40 | 3 | 0 | 1 | 272 | 137 | 123 |
Binary | 10101100 | 11110101 | 11111101 | 100000 | 11 | 0 | 1 | 10111010 | 1011111 | 1010011 |
Color Harmonies of #ACF5FD
Complementary color
Monochromatic Colors of #ACF5FD
Black with #ACF5FD
Text Example
Text Example
White with #ACF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5FD; }
p { color: rgb(172,245,253); }
H1.HeaderClassName
{
color: #ACF5FD;
}
.AnyTagClassName
{
color: #ACF5FD;
}
</style>
background-color css
<style>
a { background-color: #ACF5FD; }
a { background-color: rgb(172,245,253); }
div.DivClassName
{
background-color: #ACF5FD;
}
.BgClassName
{
background-color: #ACF5FD;
}
</style>
border-color css
<style>
span { border-color: #ACF5FD; }
span { border-color: rgb(172,245,253); }
td.TdClassName
{
border-color: #ACF5FD;
}
.TagClassName
{
border-color: #ACF5FD;
}
</style>