Shades of Pale Turquoise #AFF6EA
Tints of Pale Turquoise #AFF6EA
RGB
CMYK
RGB Variations
Color information
#AFF6EA (or 0xAFF6EA) is known color: Pale Turquoise. HEX triplet: AF, F6 and EA. RGB value is (175,246,234). Sum of RGB (Red+Green+Blue) = 175+246+234=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6EA is #500915. Grayscale: #DFDFDF. Windows color (decimal): -5245206 or 15398575. OLE color: 15398575.
HSL color Cylindrical-coordinate representation of color #AFF6EA: hue angle of 169.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6EA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 234 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.04 |
| HSL | 169.86º | 0.8% | 0.83% | - |
| HSV(B) | 169.86º | 0.29% | 0.96% | - |
| XYZ | 65.49 | 80.97 | 90.02 | - |
| YUV | 223.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 234 | 0.29 | 0 | 0.05 | 0.04 | 169.86 | 0.8 | 0.83 |
| Hex | AF | F6 | EA | 1D | 0 | 5 | 4 | AA | 50 | 53 |
| Octal | 257 | 366 | 352 | 35 | 0 | 5 | 4 | 252 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11101010 | 11101 | 0 | 101 | 100 | 10101010 | 1010000 | 1010011 |
Color Harmonies of #AFF6EA
Complementary color
Monochromatic Colors of #AFF6EA
Black with #AFF6EA
Text Example
Text Example
White with #AFF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6EA; }
p { color: rgb(175,246,234); }
H1.HeaderClassName
{
color: #AFF6EA;
}
.AnyTagClassName
{
color: #AFF6EA;
}
</style>
background-color css
<style>
a { background-color: #AFF6EA; }
a { background-color: rgb(175,246,234); }
div.DivClassName
{
background-color: #AFF6EA;
}
.BgClassName
{
background-color: #AFF6EA;
}
</style>
border-color css
<style>
span { border-color: #AFF6EA; }
span { border-color: rgb(175,246,234); }
td.TdClassName
{
border-color: #AFF6EA;
}
.TagClassName
{
border-color: #AFF6EA;
}
</style>