Shades of Pale Turquoise #AFF5F4
Tints of Pale Turquoise #AFF5F4
RGB
CMYK
RGB Variations
Color information
#AFF5F4 (or 0xAFF5F4) is known color: Pale Turquoise. HEX triplet: AF, F5 and F4. RGB value is (175,245,244). Sum of RGB (Red+Green+Blue) = 175+245+244=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5F4 is #500A0B. Grayscale: #DFDFDF. Windows color (decimal): -5245452 or 16053679. OLE color: 16053679.
HSL color Cylindrical-coordinate representation of color #AFF5F4: hue angle of 179.14º 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 #AFF5F4 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 244 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.04 |
| HSL | 179.14º | 0.78% | 0.82% | - |
| HSV(B) | 179.14º | 0.29% | 0.96% | - |
| XYZ | 66.66 | 80.95 | 97.7 | - |
| YUV | 223.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 244 | 0.29 | 0 | 0.00 | 0.04 | 179.14 | 0.78 | 0.82 |
| Hex | AF | F5 | F4 | 1D | 0 | 0 | 4 | B3 | 4E | 52 |
| Octal | 257 | 365 | 364 | 35 | 0 | 0 | 4 | 263 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11110100 | 11101 | 0 | 0 | 100 | 10110011 | 1001110 | 1010010 |
Color Harmonies of #AFF5F4
Complementary color
Monochromatic Colors of #AFF5F4
Black with #AFF5F4
Text Example
Text Example
White with #AFF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5F4; }
p { color: rgb(175,245,244); }
H1.HeaderClassName
{
color: #AFF5F4;
}
.AnyTagClassName
{
color: #AFF5F4;
}
</style>
background-color css
<style>
a { background-color: #AFF5F4; }
a { background-color: rgb(175,245,244); }
div.DivClassName
{
background-color: #AFF5F4;
}
.BgClassName
{
background-color: #AFF5F4;
}
</style>
border-color css
<style>
span { border-color: #AFF5F4; }
span { border-color: rgb(175,245,244); }
td.TdClassName
{
border-color: #AFF5F4;
}
.TagClassName
{
border-color: #AFF5F4;
}
</style>