Shades of Pale Turquoise #AFF6F0
Tints of Pale Turquoise #AFF6F0
RGB
CMYK
RGB Variations
Color information
#AFF6F0 (or 0xAFF6F0) is known color: Pale Turquoise. HEX triplet: AF, F6 and F0. RGB value is (175,246,240). Sum of RGB (Red+Green+Blue) = 175+246+240=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6F0 is #50090F. Grayscale: #E0E0E0. Windows color (decimal): -5245200 or 15791791. OLE color: 15791791.
HSL color Cylindrical-coordinate representation of color #AFF6F0: hue angle of 174.93º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6F0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 240 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.04 |
| HSL | 174.93º | 0.8% | 0.83% | - |
| HSV(B) | 174.93º | 0.29% | 0.96% | - |
| XYZ | 66.36 | 81.32 | 94.64 | - |
| YUV | 224.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 240 | 0.29 | 0 | 0.02 | 0.04 | 174.93 | 0.8 | 0.83 |
| Hex | AF | F6 | F0 | 1D | 0 | 2 | 4 | AF | 50 | 53 |
| Octal | 257 | 366 | 360 | 35 | 0 | 2 | 4 | 257 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11110000 | 11101 | 0 | 10 | 100 | 10101111 | 1010000 | 1010011 |
Color Harmonies of #AFF6F0
Complementary color
Monochromatic Colors of #AFF6F0
Black with #AFF6F0
Text Example
Text Example
White with #AFF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6F0; }
p { color: rgb(175,246,240); }
H1.HeaderClassName
{
color: #AFF6F0;
}
.AnyTagClassName
{
color: #AFF6F0;
}
</style>
background-color css
<style>
a { background-color: #AFF6F0; }
a { background-color: rgb(175,246,240); }
div.DivClassName
{
background-color: #AFF6F0;
}
.BgClassName
{
background-color: #AFF6F0;
}
</style>
border-color css
<style>
span { border-color: #AFF6F0; }
span { border-color: rgb(175,246,240); }
td.TdClassName
{
border-color: #AFF6F0;
}
.TagClassName
{
border-color: #AFF6F0;
}
</style>