Shades of Pale Turquoise #AFE9F0
Tints of Pale Turquoise #AFE9F0
RGB
CMYK
RGB Variations
Color information
#AFE9F0 (or 0xAFE9F0) is known color: Pale Turquoise. HEX triplet: AF, E9 and F0. RGB value is (175,233,240). Sum of RGB (Red+Green+Blue) = 175+233+240=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F0 is #50160F. Grayscale: #D8D8D8. Windows color (decimal): -5248528 or 15788463. OLE color: 15788463.
HSL color Cylindrical-coordinate representation of color #AFE9F0: hue angle of 186.46º 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 #AFE9F0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 233 | 240 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.06 |
| HSL | 186.46º | 0.68% | 0.81% | - |
| HSV(B) | 186.46º | 0.27% | 0.94% | - |
| XYZ | 62.55 | 73.68 | 93.36 | - |
| YUV | 216.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 240 | 0.27 | 0.03 | 0 | 0.06 | 186.46 | 0.68 | 0.81 |
| Hex | AF | E9 | F0 | 1B | 3 | 0 | 6 | BA | 44 | 51 |
| Octal | 257 | 351 | 360 | 33 | 3 | 0 | 6 | 272 | 104 | 121 |
| Binary | 10101111 | 11101001 | 11110000 | 11011 | 11 | 0 | 110 | 10111010 | 1000100 | 1010001 |
Color Harmonies of #AFE9F0
Complementary color
Monochromatic Colors of #AFE9F0
Black with #AFE9F0
Text Example
Text Example
White with #AFE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9F0; }
p { color: rgb(175,233,240); }
H1.HeaderClassName
{
color: #AFE9F0;
}
.AnyTagClassName
{
color: #AFE9F0;
}
</style>
background-color css
<style>
a { background-color: #AFE9F0; }
a { background-color: rgb(175,233,240); }
div.DivClassName
{
background-color: #AFE9F0;
}
.BgClassName
{
background-color: #AFE9F0;
}
</style>
border-color css
<style>
span { border-color: #AFE9F0; }
span { border-color: rgb(175,233,240); }
td.TdClassName
{
border-color: #AFE9F0;
}
.TagClassName
{
border-color: #AFE9F0;
}
</style>