Shades of Pale Turquoise #AFEDFC
Tints of Pale Turquoise #AFEDFC
RGB
CMYK
RGB Variations
Color information
#AFEDFC (or 0xAFEDFC) is known color: Pale Turquoise. HEX triplet: AF, ED and FC. RGB value is (175,237,252). Sum of RGB (Red+Green+Blue) = 175+237+252=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFC is #501203. Grayscale: #DCDCDC. Windows color (decimal): -5247492 or 16575919. OLE color: 16575919.
HSL color Cylindrical-coordinate representation of color #AFEDFC: hue angle of 191.69º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEDFC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 237 | 252 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.01 |
| HSL | 191.69º | 0.93% | 0.84% | - |
| HSV(B) | 191.69º | 0.31% | 0.99% | - |
| XYZ | 65.53 | 76.71 | 103.45 | - |
| YUV | 220.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 252 | 0.31 | 0.06 | 0 | 0.01 | 191.69 | 0.93 | 0.84 |
| Hex | AF | ED | FC | 1F | 6 | 0 | 1 | C0 | 5D | 54 |
| Octal | 257 | 355 | 374 | 37 | 6 | 0 | 1 | 300 | 135 | 124 |
| Binary | 10101111 | 11101101 | 11111100 | 11111 | 110 | 0 | 1 | 11000000 | 1011101 | 1010100 |
Color Harmonies of #AFEDFC
Complementary color
Monochromatic Colors of #AFEDFC
Black with #AFEDFC
Text Example
Text Example
White with #AFEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDFC; }
p { color: rgb(175,237,252); }
H1.HeaderClassName
{
color: #AFEDFC;
}
.AnyTagClassName
{
color: #AFEDFC;
}
</style>
background-color css
<style>
a { background-color: #AFEDFC; }
a { background-color: rgb(175,237,252); }
div.DivClassName
{
background-color: #AFEDFC;
}
.BgClassName
{
background-color: #AFEDFC;
}
</style>
border-color css
<style>
span { border-color: #AFEDFC; }
span { border-color: rgb(175,237,252); }
td.TdClassName
{
border-color: #AFEDFC;
}
.TagClassName
{
border-color: #AFEDFC;
}
</style>