Shades of Pale Turquoise #AFFDEF
Tints of Pale Turquoise #AFFDEF
RGB
CMYK
RGB Variations
Color information
#AFFDEF (or 0xAFFDEF) is known color: Pale Turquoise. HEX triplet: AF, FD and EF. RGB value is (175,253,239). Sum of RGB (Red+Green+Blue) = 175+253+239=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDEF is #500210. Grayscale: #E4E4E4. Windows color (decimal): -5243409 or 15728047. OLE color: 15728047.
HSL color Cylindrical-coordinate representation of color #AFFDEF: hue angle of 169.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDEF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 239 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.01 |
| HSL | 169.23º | 0.95% | 0.84% | - |
| HSV(B) | 169.23º | 0.31% | 0.99% | - |
| XYZ | 68.38 | 85.6 | 94.58 | - |
| YUV | 228.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 239 | 0.31 | 0 | 0.06 | 0.01 | 169.23 | 0.95 | 0.84 |
| Hex | AF | FD | EF | 1F | 0 | 6 | 1 | A9 | 5F | 54 |
| Octal | 257 | 375 | 357 | 37 | 0 | 6 | 1 | 251 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11101111 | 11111 | 0 | 110 | 1 | 10101001 | 1011111 | 1010100 |
Color Harmonies of #AFFDEF
Complementary color
Monochromatic Colors of #AFFDEF
Black with #AFFDEF
Text Example
Text Example
White with #AFFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDEF; }
p { color: rgb(175,253,239); }
H1.HeaderClassName
{
color: #AFFDEF;
}
.AnyTagClassName
{
color: #AFFDEF;
}
</style>
background-color css
<style>
a { background-color: #AFFDEF; }
a { background-color: rgb(175,253,239); }
div.DivClassName
{
background-color: #AFFDEF;
}
.BgClassName
{
background-color: #AFFDEF;
}
</style>
border-color css
<style>
span { border-color: #AFFDEF; }
span { border-color: rgb(175,253,239); }
td.TdClassName
{
border-color: #AFFDEF;
}
.TagClassName
{
border-color: #AFFDEF;
}
</style>