Shades of Pale Turquoise #AFECF0
Tints of Pale Turquoise #AFECF0
RGB
CMYK
RGB Variations
Color information
#AFECF0 (or 0xAFECF0) is known color: Pale Turquoise. HEX triplet: AF, EC and F0. RGB value is (175,236,240). Sum of RGB (Red+Green+Blue) = 175+236+240=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF0 is #50130F. Grayscale: #DADADA. Windows color (decimal): -5247760 or 15789231. OLE color: 15789231.
HSL color Cylindrical-coordinate representation of color #AFECF0: hue angle of 183.69º 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 #AFECF0 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 236 | 240 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.06 |
| HSL | 183.69º | 0.68% | 0.81% | - |
| HSV(B) | 183.69º | 0.27% | 0.94% | - |
| XYZ | 63.4 | 75.4 | 93.65 | - |
| YUV | 218.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 240 | 0.27 | 0.02 | 0 | 0.06 | 183.69 | 0.68 | 0.81 |
| Hex | AF | EC | F0 | 1B | 2 | 0 | 6 | B8 | 44 | 51 |
| Octal | 257 | 354 | 360 | 33 | 2 | 0 | 6 | 270 | 104 | 121 |
| Binary | 10101111 | 11101100 | 11110000 | 11011 | 10 | 0 | 110 | 10111000 | 1000100 | 1010001 |
Color Harmonies of #AFECF0
Complementary color
Monochromatic Colors of #AFECF0
Black with #AFECF0
Text Example
Text Example
White with #AFECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECF0; }
p { color: rgb(175,236,240); }
H1.HeaderClassName
{
color: #AFECF0;
}
.AnyTagClassName
{
color: #AFECF0;
}
</style>
background-color css
<style>
a { background-color: #AFECF0; }
a { background-color: rgb(175,236,240); }
div.DivClassName
{
background-color: #AFECF0;
}
.BgClassName
{
background-color: #AFECF0;
}
</style>
border-color css
<style>
span { border-color: #AFECF0; }
span { border-color: rgb(175,236,240); }
td.TdClassName
{
border-color: #AFECF0;
}
.TagClassName
{
border-color: #AFECF0;
}
</style>