Shades of Pale Turquoise #ACF3F8
Tints of Pale Turquoise #ACF3F8
RGB
CMYK
RGB Variations
Color information
#ACF3F8 (or 0xACF3F8) is known color: Pale Turquoise. HEX triplet: AC, F3 and F8. RGB value is (172,243,248). Sum of RGB (Red+Green+Blue) = 172+243+248=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACF3F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3F8 is #530C07. Grayscale: #DEDEDE. Windows color (decimal): -5442568 or 16315308. OLE color: 16315308.
HSL color Cylindrical-coordinate representation of color #ACF3F8: hue angle of 183.95º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF3F8 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 243 | 248 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.03 |
| HSL | 183.95º | 0.84% | 0.82% | - |
| HSV(B) | 183.95º | 0.31% | 0.97% | - |
| XYZ | 66.01 | 79.65 | 100.7 | - |
| YUV | 222.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 248 | 0.31 | 0.02 | 0 | 0.03 | 183.95 | 0.84 | 0.82 |
| Hex | AC | F3 | F8 | 1F | 2 | 0 | 3 | B8 | 54 | 52 |
| Octal | 254 | 363 | 370 | 37 | 2 | 0 | 3 | 270 | 124 | 122 |
| Binary | 10101100 | 11110011 | 11111000 | 11111 | 10 | 0 | 11 | 10111000 | 1010100 | 1010010 |
Color Harmonies of #ACF3F8
Complementary color
Monochromatic Colors of #ACF3F8
Black with #ACF3F8
Text Example
Text Example
White with #ACF3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3F8; }
p { color: rgb(172,243,248); }
H1.HeaderClassName
{
color: #ACF3F8;
}
.AnyTagClassName
{
color: #ACF3F8;
}
</style>
background-color css
<style>
a { background-color: #ACF3F8; }
a { background-color: rgb(172,243,248); }
div.DivClassName
{
background-color: #ACF3F8;
}
.BgClassName
{
background-color: #ACF3F8;
}
</style>
border-color css
<style>
span { border-color: #ACF3F8; }
span { border-color: rgb(172,243,248); }
td.TdClassName
{
border-color: #ACF3F8;
}
.TagClassName
{
border-color: #ACF3F8;
}
</style>