Shades of Pale Turquoise #AFFFFC
Tints of Pale Turquoise #AFFFFC
RGB
CMYK
RGB Variations
Color information
#AFFFFC (or 0xAFFFFC) is known color: Pale Turquoise. HEX triplet: AF, FF and FC. RGB value is (175,255,252). Sum of RGB (Red+Green+Blue) = 175+255+252=682 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.66% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFC is #500003. Grayscale: #E6E6E6. Windows color (decimal): -5242884 or 16580527. OLE color: 16580527.
HSL color Cylindrical-coordinate representation of color #AFFFFC: hue angle of 177.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFFC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 252 | - |
| CMYK | 0.31 | 0 | 0.01 | 0 |
| HSL | 177.75º | 1% | 0.84% | - |
| HSV(B) | 177.75º | 0.31% | 1% | - |
| XYZ | 71.01 | 87.66 | 105.27 | - |
| YUV | 230.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 252 | 0.31 | 0 | 0.01 | 0 | 177.75 | 1 | 0.84 |
| Hex | AF | FF | FC | 1F | 0 | 1 | 0 | B2 | 64 | 54 |
| Octal | 257 | 377 | 374 | 37 | 0 | 1 | 0 | 262 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11111100 | 11111 | 0 | 1 | 0 | 10110010 | 1100100 | 1010100 |
Color Harmonies of #AFFFFC
Complementary color
Monochromatic Colors of #AFFFFC
Black with #AFFFFC
Text Example
Text Example
White with #AFFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFFC; }
p { color: rgb(175,255,252); }
H1.HeaderClassName
{
color: #AFFFFC;
}
.AnyTagClassName
{
color: #AFFFFC;
}
</style>
background-color css
<style>
a { background-color: #AFFFFC; }
a { background-color: rgb(175,255,252); }
div.DivClassName
{
background-color: #AFFFFC;
}
.BgClassName
{
background-color: #AFFFFC;
}
</style>
border-color css
<style>
span { border-color: #AFFFFC; }
span { border-color: rgb(175,255,252); }
td.TdClassName
{
border-color: #AFFFFC;
}
.TagClassName
{
border-color: #AFFFFC;
}
</style>