Shades of Pale Turquoise #ACFFEE
Tints of Pale Turquoise #ACFFEE
RGB
CMYK
RGB Variations
Color information
#ACFFEE (or 0xACFFEE) is known color: Pale Turquoise. HEX triplet: AC, FF and EE. RGB value is (172,255,238). Sum of RGB (Red+Green+Blue) = 172+255+238=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFEE is #530011. Grayscale: #E4E4E4. Windows color (decimal): -5439506 or 15663020. OLE color: 15663020.
HSL color Cylindrical-coordinate representation of color #ACFFEE: hue angle of 167.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFEE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 238 | - |
CMYK | 0.33 | 0 | 0.07 | 0 |
HSL | 167.71º | 1% | 0.84% | - |
HSV(B) | 167.71º | 0.33% | 1% | - |
XYZ | 68.21 | 86.46 | 93.98 | - |
YUV | 228.25 | 133.5 | 87.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 238 | 0.33 | 0 | 0.07 | 0 | 167.71 | 1 | 0.84 |
Hex | AC | FF | EE | 21 | 0 | 7 | 0 | A8 | 64 | 54 |
Octal | 254 | 377 | 356 | 41 | 0 | 7 | 0 | 250 | 144 | 124 |
Binary | 10101100 | 11111111 | 11101110 | 100001 | 0 | 111 | 0 | 10101000 | 1100100 | 1010100 |
Color Harmonies of #ACFFEE
Complementary color
Monochromatic Colors of #ACFFEE
Black with #ACFFEE
Text Example
Text Example
White with #ACFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFEE; }
p { color: rgb(172,255,238); }
H1.HeaderClassName
{
color: #ACFFEE;
}
.AnyTagClassName
{
color: #ACFFEE;
}
</style>
background-color css
<style>
a { background-color: #ACFFEE; }
a { background-color: rgb(172,255,238); }
div.DivClassName
{
background-color: #ACFFEE;
}
.BgClassName
{
background-color: #ACFFEE;
}
</style>
border-color css
<style>
span { border-color: #ACFFEE; }
span { border-color: rgb(172,255,238); }
td.TdClassName
{
border-color: #ACFFEE;
}
.TagClassName
{
border-color: #ACFFEE;
}
</style>