Shades of Pale Turquoise #AFF5F0
Tints of Pale Turquoise #AFF5F0
RGB
CMYK
RGB Variations
Color information
#AFF5F0 (or 0xAFF5F0) is known color: Pale Turquoise. HEX triplet: AF, F5 and F0. RGB value is (175,245,240). Sum of RGB (Red+Green+Blue) = 175+245+240=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5F0 is #500A0F. Grayscale: #DFDFDF. Windows color (decimal): -5245456 or 15791535. OLE color: 15791535.
HSL color Cylindrical-coordinate representation of color #AFF5F0: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5F0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 240 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.04 |
| HSL | 175.71º | 0.78% | 0.82% | - |
| HSV(B) | 175.71º | 0.29% | 0.96% | - |
| XYZ | 66.06 | 80.71 | 94.53 | - |
| YUV | 223.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 240 | 0.29 | 0 | 0.02 | 0.04 | 175.71 | 0.78 | 0.82 |
| Hex | AF | F5 | F0 | 1D | 0 | 2 | 4 | B0 | 4E | 52 |
| Octal | 257 | 365 | 360 | 35 | 0 | 2 | 4 | 260 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11110000 | 11101 | 0 | 10 | 100 | 10110000 | 1001110 | 1010010 |
Color Harmonies of #AFF5F0
Complementary color
Monochromatic Colors of #AFF5F0
Black with #AFF5F0
Text Example
Text Example
White with #AFF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5F0; }
p { color: rgb(175,245,240); }
H1.HeaderClassName
{
color: #AFF5F0;
}
.AnyTagClassName
{
color: #AFF5F0;
}
</style>
background-color css
<style>
a { background-color: #AFF5F0; }
a { background-color: rgb(175,245,240); }
div.DivClassName
{
background-color: #AFF5F0;
}
.BgClassName
{
background-color: #AFF5F0;
}
</style>
border-color css
<style>
span { border-color: #AFF5F0; }
span { border-color: rgb(175,245,240); }
td.TdClassName
{
border-color: #AFF5F0;
}
.TagClassName
{
border-color: #AFF5F0;
}
</style>