Shades of Pale Turquoise #AFF3F2
Tints of Pale Turquoise #AFF3F2
RGB
CMYK
RGB Variations
Color information
#AFF3F2 (or 0xAFF3F2) is known color: Pale Turquoise. HEX triplet: AF, F3 and F2. RGB value is (175,243,242). Sum of RGB (Red+Green+Blue) = 175+243+242=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3F2 is #500C0D. Grayscale: #DEDEDE. Windows color (decimal): -5245966 or 15922095. OLE color: 15922095.
HSL color Cylindrical-coordinate representation of color #AFF3F2: hue angle of 179.12º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3F2 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 242 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.05 |
| HSL | 179.12º | 0.74% | 0.82% | - |
| HSV(B) | 179.12º | 0.28% | 0.95% | - |
| XYZ | 65.76 | 79.63 | 95.91 | - |
| YUV | 222.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 242 | 0.28 | 0 | 0.00 | 0.05 | 179.12 | 0.74 | 0.82 |
| Hex | AF | F3 | F2 | 1C | 0 | 0 | 5 | B3 | 4A | 52 |
| Octal | 257 | 363 | 362 | 34 | 0 | 0 | 5 | 263 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11110010 | 11100 | 0 | 0 | 101 | 10110011 | 1001010 | 1010010 |
Color Harmonies of #AFF3F2
Complementary color
Monochromatic Colors of #AFF3F2
Black with #AFF3F2
Text Example
Text Example
White with #AFF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3F2; }
p { color: rgb(175,243,242); }
H1.HeaderClassName
{
color: #AFF3F2;
}
.AnyTagClassName
{
color: #AFF3F2;
}
</style>
background-color css
<style>
a { background-color: #AFF3F2; }
a { background-color: rgb(175,243,242); }
div.DivClassName
{
background-color: #AFF3F2;
}
.BgClassName
{
background-color: #AFF3F2;
}
</style>
border-color css
<style>
span { border-color: #AFF3F2; }
span { border-color: rgb(175,243,242); }
td.TdClassName
{
border-color: #AFF3F2;
}
.TagClassName
{
border-color: #AFF3F2;
}
</style>