Shades of Pale Turquoise #AFEDFD
Tints of Pale Turquoise #AFEDFD
RGB
CMYK
RGB Variations
Color information
#AFEDFD (or 0xAFEDFD) is known color: Pale Turquoise. HEX triplet: AF, ED and FD. RGB value is (175,237,253). Sum of RGB (Red+Green+Blue) = 175+237+253=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFD is #501202. Grayscale: #DCDCDC. Windows color (decimal): -5247491 or 16641455. OLE color: 16641455.
HSL color Cylindrical-coordinate representation of color #AFEDFD: hue angle of 192.31º degrees, saturation: 0.95, 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 #AFEDFD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 237 | 253 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.01 |
| HSL | 192.31º | 0.95% | 0.84% | - |
| HSV(B) | 192.31º | 0.31% | 0.99% | - |
| XYZ | 65.69 | 76.77 | 104.29 | - |
| YUV | 220.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 253 | 0.31 | 0.06 | 0 | 0.01 | 192.31 | 0.95 | 0.84 |
| Hex | AF | ED | FD | 1F | 6 | 0 | 1 | C0 | 5F | 54 |
| Octal | 257 | 355 | 375 | 37 | 6 | 0 | 1 | 300 | 137 | 124 |
| Binary | 10101111 | 11101101 | 11111101 | 11111 | 110 | 0 | 1 | 11000000 | 1011111 | 1010100 |
Color Harmonies of #AFEDFD
Complementary color
Monochromatic Colors of #AFEDFD
Black with #AFEDFD
Text Example
Text Example
White with #AFEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDFD; }
p { color: rgb(175,237,253); }
H1.HeaderClassName
{
color: #AFEDFD;
}
.AnyTagClassName
{
color: #AFEDFD;
}
</style>
background-color css
<style>
a { background-color: #AFEDFD; }
a { background-color: rgb(175,237,253); }
div.DivClassName
{
background-color: #AFEDFD;
}
.BgClassName
{
background-color: #AFEDFD;
}
</style>
border-color css
<style>
span { border-color: #AFEDFD; }
span { border-color: rgb(175,237,253); }
td.TdClassName
{
border-color: #AFEDFD;
}
.TagClassName
{
border-color: #AFEDFD;
}
</style>