Shades of Pale Turquoise #AFF4F2
Tints of Pale Turquoise #AFF4F2
RGB
CMYK
RGB Variations
Color information
#AFF4F2 (or 0xAFF4F2) is known color: Pale Turquoise. HEX triplet: AF, F4 and F2. RGB value is (175,244,242). Sum of RGB (Red+Green+Blue) = 175+244+242=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4F2 is #500B0D. Grayscale: #DFDFDF. Windows color (decimal): -5245710 or 15922351. OLE color: 15922351.
HSL color Cylindrical-coordinate representation of color #AFF4F2: hue angle of 178.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4F2 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 242 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.04 |
| HSL | 178.26º | 0.76% | 0.82% | - |
| HSV(B) | 178.26º | 0.28% | 0.96% | - |
| XYZ | 66.06 | 80.23 | 96.01 | - |
| YUV | 223.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 242 | 0.28 | 0 | 0.01 | 0.04 | 178.26 | 0.76 | 0.82 |
| Hex | AF | F4 | F2 | 1C | 0 | 1 | 4 | B2 | 4C | 52 |
| Octal | 257 | 364 | 362 | 34 | 0 | 1 | 4 | 262 | 114 | 122 |
| Binary | 10101111 | 11110100 | 11110010 | 11100 | 0 | 1 | 100 | 10110010 | 1001100 | 1010010 |
Color Harmonies of #AFF4F2
Complementary color
Monochromatic Colors of #AFF4F2
Black with #AFF4F2
Text Example
Text Example
White with #AFF4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4F2; }
p { color: rgb(175,244,242); }
H1.HeaderClassName
{
color: #AFF4F2;
}
.AnyTagClassName
{
color: #AFF4F2;
}
</style>
background-color css
<style>
a { background-color: #AFF4F2; }
a { background-color: rgb(175,244,242); }
div.DivClassName
{
background-color: #AFF4F2;
}
.BgClassName
{
background-color: #AFF4F2;
}
</style>
border-color css
<style>
span { border-color: #AFF4F2; }
span { border-color: rgb(175,244,242); }
td.TdClassName
{
border-color: #AFF4F2;
}
.TagClassName
{
border-color: #AFF4F2;
}
</style>