Shades of Pale Turquoise #AFFFFD
Tints of Pale Turquoise #AFFFFD
RGB
CMYK
RGB Variations
Color information
#AFFFFD (or 0xAFFFFD) is known color: Pale Turquoise. HEX triplet: AF, FF and FD. RGB value is (175,255,253). Sum of RGB (Red+Green+Blue) = 175+255+253=683 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.62% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFD is #500002. Grayscale: #E6E6E6. Windows color (decimal): -5242883 or 16646063. OLE color: 16646063.
HSL color Cylindrical-coordinate representation of color #AFFFFD: hue angle of 178.5º 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 #AFFFFD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 253 | - |
| CMYK | 0.31 | 0 | 0.01 | 0 |
| HSL | 178.5º | 1% | 0.84% | - |
| HSV(B) | 178.5º | 0.31% | 1% | - |
| XYZ | 71.17 | 87.73 | 106.11 | - |
| YUV | 230.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 253 | 0.31 | 0 | 0.01 | 0 | 178.5 | 1 | 0.84 |
| Hex | AF | FF | FD | 1F | 0 | 1 | 0 | B2 | 64 | 54 |
| Octal | 257 | 377 | 375 | 37 | 0 | 1 | 0 | 262 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11111101 | 11111 | 0 | 1 | 0 | 10110010 | 1100100 | 1010100 |
Color Harmonies of #AFFFFD
Complementary color
Monochromatic Colors of #AFFFFD
Black with #AFFFFD
Text Example
Text Example
White with #AFFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFFD; }
p { color: rgb(175,255,253); }
H1.HeaderClassName
{
color: #AFFFFD;
}
.AnyTagClassName
{
color: #AFFFFD;
}
</style>
background-color css
<style>
a { background-color: #AFFFFD; }
a { background-color: rgb(175,255,253); }
div.DivClassName
{
background-color: #AFFFFD;
}
.BgClassName
{
background-color: #AFFFFD;
}
</style>
border-color css
<style>
span { border-color: #AFFFFD; }
span { border-color: rgb(175,255,253); }
td.TdClassName
{
border-color: #AFFFFD;
}
.TagClassName
{
border-color: #AFFFFD;
}
</style>