Shades of Pale Turquoise #AFF2FF
Tints of Pale Turquoise #AFF2FF
RGB
CMYK
RGB Variations
Color information
#AFF2FF (or 0xAFF2FF) is known color: Pale Turquoise. HEX triplet: AF, F2 and FF. RGB value is (175,242,255). Sum of RGB (Red+Green+Blue) = 175+242+255=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FF is #500D00. Grayscale: #DFDFDF. Windows color (decimal): -5246209 or 16773807. OLE color: 16773807.
HSL color Cylindrical-coordinate representation of color #AFF2FF: hue angle of 189.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF2FF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 242 | 255 | - |
| CMYK | 0.31 | 0.05 | 0 | 0 |
| HSL | 189.75º | 1% | 0.84% | - |
| HSV(B) | 189.75º | 0.31% | 1% | - |
| XYZ | 67.48 | 79.84 | 106.46 | - |
| YUV | 223.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 255 | 0.31 | 0.05 | 0 | 0 | 189.75 | 1 | 0.84 |
| Hex | AF | F2 | FF | 1F | 5 | 0 | 0 | BE | 64 | 54 |
| Octal | 257 | 362 | 377 | 37 | 5 | 0 | 0 | 276 | 144 | 124 |
| Binary | 10101111 | 11110010 | 11111111 | 11111 | 101 | 0 | 0 | 10111110 | 1100100 | 1010100 |
Color Harmonies of #AFF2FF
Complementary color
Monochromatic Colors of #AFF2FF
Black with #AFF2FF
Text Example
Text Example
White with #AFF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2FF; }
p { color: rgb(175,242,255); }
H1.HeaderClassName
{
color: #AFF2FF;
}
.AnyTagClassName
{
color: #AFF2FF;
}
</style>
background-color css
<style>
a { background-color: #AFF2FF; }
a { background-color: rgb(175,242,255); }
div.DivClassName
{
background-color: #AFF2FF;
}
.BgClassName
{
background-color: #AFF2FF;
}
</style>
border-color css
<style>
span { border-color: #AFF2FF; }
span { border-color: rgb(175,242,255); }
td.TdClassName
{
border-color: #AFF2FF;
}
.TagClassName
{
border-color: #AFF2FF;
}
</style>