Shades of Pale Turquoise #AFF2ED
Tints of Pale Turquoise #AFF2ED
RGB
CMYK
RGB Variations
Color information
#AFF2ED (or 0xAFF2ED) is known color: Pale Turquoise. HEX triplet: AF, F2 and ED. RGB value is (175,242,237). Sum of RGB (Red+Green+Blue) = 175+242+237=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2ED is #500D12. Grayscale: #DDDDDD. Windows color (decimal): -5246227 or 15594159. OLE color: 15594159.
HSL color Cylindrical-coordinate representation of color #AFF2ED: hue angle of 175.52º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2ED is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 237 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.05 |
| HSL | 175.52º | 0.72% | 0.82% | - |
| HSV(B) | 175.52º | 0.28% | 0.95% | - |
| XYZ | 64.72 | 78.73 | 91.91 | - |
| YUV | 221.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 237 | 0.28 | 0 | 0.02 | 0.05 | 175.52 | 0.72 | 0.82 |
| Hex | AF | F2 | ED | 1C | 0 | 2 | 5 | B0 | 48 | 52 |
| Octal | 257 | 362 | 355 | 34 | 0 | 2 | 5 | 260 | 110 | 122 |
| Binary | 10101111 | 11110010 | 11101101 | 11100 | 0 | 10 | 101 | 10110000 | 1001000 | 1010010 |
Color Harmonies of #AFF2ED
Complementary color
Monochromatic Colors of #AFF2ED
Black with #AFF2ED
Text Example
Text Example
White with #AFF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2ED; }
p { color: rgb(175,242,237); }
H1.HeaderClassName
{
color: #AFF2ED;
}
.AnyTagClassName
{
color: #AFF2ED;
}
</style>
background-color css
<style>
a { background-color: #AFF2ED; }
a { background-color: rgb(175,242,237); }
div.DivClassName
{
background-color: #AFF2ED;
}
.BgClassName
{
background-color: #AFF2ED;
}
</style>
border-color css
<style>
span { border-color: #AFF2ED; }
span { border-color: rgb(175,242,237); }
td.TdClassName
{
border-color: #AFF2ED;
}
.TagClassName
{
border-color: #AFF2ED;
}
</style>