Shades of Pale Turquoise #AFEAF0
Tints of Pale Turquoise #AFEAF0
RGB
CMYK
RGB Variations
Color information
#AFEAF0 (or 0xAFEAF0) is known color: Pale Turquoise. HEX triplet: AF, EA and F0. RGB value is (175,234,240). Sum of RGB (Red+Green+Blue) = 175+234+240=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAF0 is #50150F. Grayscale: #D8D8D8. Windows color (decimal): -5248272 or 15788719. OLE color: 15788719.
HSL color Cylindrical-coordinate representation of color #AFEAF0: hue angle of 185.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEAF0 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 234 | 240 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.06 |
| HSL | 185.54º | 0.68% | 0.81% | - |
| HSV(B) | 185.54º | 0.27% | 0.94% | - |
| XYZ | 62.83 | 74.25 | 93.46 | - |
| YUV | 217.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 240 | 0.27 | 0.02 | 0 | 0.06 | 185.54 | 0.68 | 0.81 |
| Hex | AF | EA | F0 | 1B | 2 | 0 | 6 | BA | 44 | 51 |
| Octal | 257 | 352 | 360 | 33 | 2 | 0 | 6 | 272 | 104 | 121 |
| Binary | 10101111 | 11101010 | 11110000 | 11011 | 10 | 0 | 110 | 10111010 | 1000100 | 1010001 |
Color Harmonies of #AFEAF0
Complementary color
Monochromatic Colors of #AFEAF0
Black with #AFEAF0
Text Example
Text Example
White with #AFEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAF0; }
p { color: rgb(175,234,240); }
H1.HeaderClassName
{
color: #AFEAF0;
}
.AnyTagClassName
{
color: #AFEAF0;
}
</style>
background-color css
<style>
a { background-color: #AFEAF0; }
a { background-color: rgb(175,234,240); }
div.DivClassName
{
background-color: #AFEAF0;
}
.BgClassName
{
background-color: #AFEAF0;
}
</style>
border-color css
<style>
span { border-color: #AFEAF0; }
span { border-color: rgb(175,234,240); }
td.TdClassName
{
border-color: #AFEAF0;
}
.TagClassName
{
border-color: #AFEAF0;
}
</style>