Shades of Pale Turquoise #AFEFE8
Tints of Pale Turquoise #AFEFE8
RGB
CMYK
RGB Variations
Color information
#AFEFE8 (or 0xAFEFE8) is known color: Pale Turquoise. HEX triplet: AF, EF and E8. RGB value is (175,239,232). Sum of RGB (Red+Green+Blue) = 175+239+232=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFE8 is #501017. Grayscale: #DBDBDB. Windows color (decimal): -5247000 or 15265711. OLE color: 15265711.
HSL color Cylindrical-coordinate representation of color #AFEFE8: hue angle of 173.44º degrees, saturation: 0.67, 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 #AFEFE8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 232 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.06 |
| HSL | 173.44º | 0.67% | 0.81% | - |
| HSV(B) | 173.44º | 0.27% | 0.94% | - |
| XYZ | 63.11 | 76.67 | 87.82 | - |
| YUV | 219.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 232 | 0.27 | 0 | 0.03 | 0.06 | 173.44 | 0.67 | 0.81 |
| Hex | AF | EF | E8 | 1B | 0 | 3 | 6 | AD | 43 | 51 |
| Octal | 257 | 357 | 350 | 33 | 0 | 3 | 6 | 255 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11101000 | 11011 | 0 | 11 | 110 | 10101101 | 1000011 | 1010001 |
Color Harmonies of #AFEFE8
Complementary color
Monochromatic Colors of #AFEFE8
Black with #AFEFE8
Text Example
Text Example
White with #AFEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFE8; }
p { color: rgb(175,239,232); }
H1.HeaderClassName
{
color: #AFEFE8;
}
.AnyTagClassName
{
color: #AFEFE8;
}
</style>
background-color css
<style>
a { background-color: #AFEFE8; }
a { background-color: rgb(175,239,232); }
div.DivClassName
{
background-color: #AFEFE8;
}
.BgClassName
{
background-color: #AFEFE8;
}
</style>
border-color css
<style>
span { border-color: #AFEFE8; }
span { border-color: rgb(175,239,232); }
td.TdClassName
{
border-color: #AFEFE8;
}
.TagClassName
{
border-color: #AFEFE8;
}
</style>