Shades of Pale Turquoise #AFEDFA
Tints of Pale Turquoise #AFEDFA
RGB
CMYK
RGB Variations
Color information
#AFEDFA (or 0xAFEDFA) is known color: Pale Turquoise. HEX triplet: AF, ED and FA. RGB value is (175,237,250). Sum of RGB (Red+Green+Blue) = 175+237+250=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFA is #501205. Grayscale: #DBDBDB. Windows color (decimal): -5247494 or 16444847. OLE color: 16444847.
HSL color Cylindrical-coordinate representation of color #AFEDFA: hue angle of 190.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEDFA is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 237 | 250 | - |
| CMYK | 0.3 | 0.05 | 0 | 0.02 |
| HSL | 190.4º | 0.88% | 0.83% | - |
| HSV(B) | 190.4º | 0.3% | 0.98% | - |
| XYZ | 65.22 | 76.58 | 101.79 | - |
| YUV | 219.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 250 | 0.3 | 0.05 | 0 | 0.02 | 190.4 | 0.88 | 0.83 |
| Hex | AF | ED | FA | 1E | 5 | 0 | 2 | BE | 58 | 53 |
| Octal | 257 | 355 | 372 | 36 | 5 | 0 | 2 | 276 | 130 | 123 |
| Binary | 10101111 | 11101101 | 11111010 | 11110 | 101 | 0 | 10 | 10111110 | 1011000 | 1010011 |
Color Harmonies of #AFEDFA
Complementary color
Monochromatic Colors of #AFEDFA
Black with #AFEDFA
Text Example
Text Example
White with #AFEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDFA; }
p { color: rgb(175,237,250); }
H1.HeaderClassName
{
color: #AFEDFA;
}
.AnyTagClassName
{
color: #AFEDFA;
}
</style>
background-color css
<style>
a { background-color: #AFEDFA; }
a { background-color: rgb(175,237,250); }
div.DivClassName
{
background-color: #AFEDFA;
}
.BgClassName
{
background-color: #AFEDFA;
}
</style>
border-color css
<style>
span { border-color: #AFEDFA; }
span { border-color: rgb(175,237,250); }
td.TdClassName
{
border-color: #AFEDFA;
}
.TagClassName
{
border-color: #AFEDFA;
}
</style>