Shades of Pale Turquoise #AFF1F8
Tints of Pale Turquoise #AFF1F8
RGB
CMYK
RGB Variations
Color information
#AFF1F8 (or 0xAFF1F8) is known color: Pale Turquoise. HEX triplet: AF, F1 and F8. RGB value is (175,241,248). Sum of RGB (Red+Green+Blue) = 175+241+248=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFF1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F8 is #500E07. Grayscale: #DDDDDD. Windows color (decimal): -5246472 or 16314799. OLE color: 16314799.
HSL color Cylindrical-coordinate representation of color #AFF1F8: hue angle of 185.75º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF1F8 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 241 | 248 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.03 |
| HSL | 185.75º | 0.84% | 0.83% | - |
| HSV(B) | 185.75º | 0.29% | 0.97% | - |
| XYZ | 66.08 | 78.8 | 100.53 | - |
| YUV | 222.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 248 | 0.29 | 0.03 | 0 | 0.03 | 185.75 | 0.84 | 0.83 |
| Hex | AF | F1 | F8 | 1D | 3 | 0 | 3 | BA | 54 | 53 |
| Octal | 257 | 361 | 370 | 35 | 3 | 0 | 3 | 272 | 124 | 123 |
| Binary | 10101111 | 11110001 | 11111000 | 11101 | 11 | 0 | 11 | 10111010 | 1010100 | 1010011 |
Color Harmonies of #AFF1F8
Complementary color
Monochromatic Colors of #AFF1F8
Black with #AFF1F8
Text Example
Text Example
White with #AFF1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F8; }
p { color: rgb(175,241,248); }
H1.HeaderClassName
{
color: #AFF1F8;
}
.AnyTagClassName
{
color: #AFF1F8;
}
</style>
background-color css
<style>
a { background-color: #AFF1F8; }
a { background-color: rgb(175,241,248); }
div.DivClassName
{
background-color: #AFF1F8;
}
.BgClassName
{
background-color: #AFF1F8;
}
</style>
border-color css
<style>
span { border-color: #AFF1F8; }
span { border-color: rgb(175,241,248); }
td.TdClassName
{
border-color: #AFF1F8;
}
.TagClassName
{
border-color: #AFF1F8;
}
</style>