Shades of Pale Turquoise #AFF6FE
Tints of Pale Turquoise #AFF6FE
RGB
CMYK
RGB Variations
Color information
#AFF6FE (or 0xAFF6FE) is known color: Pale Turquoise. HEX triplet: AF, F6 and FE. RGB value is (175,246,254). Sum of RGB (Red+Green+Blue) = 175+246+254=675 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.93% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6FE is #500901. Grayscale: #E1E1E1. Windows color (decimal): -5245186 or 16709295. OLE color: 16709295.
HSL color Cylindrical-coordinate representation of color #AFF6FE: hue angle of 186.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF6FE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 246 | 254 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.00 |
| HSL | 186.08º | 0.98% | 0.84% | - |
| HSV(B) | 186.08º | 0.31% | 1% | - |
| XYZ | 68.52 | 82.18 | 106.02 | - |
| YUV | 225.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 254 | 0.31 | 0.03 | 0 | 0.00 | 186.08 | 0.98 | 0.84 |
| Hex | AF | F6 | FE | 1F | 3 | 0 | 0 | BA | 62 | 54 |
| Octal | 257 | 366 | 376 | 37 | 3 | 0 | 0 | 272 | 142 | 124 |
| Binary | 10101111 | 11110110 | 11111110 | 11111 | 11 | 0 | 0 | 10111010 | 1100010 | 1010100 |
Color Harmonies of #AFF6FE
Complementary color
Monochromatic Colors of #AFF6FE
Black with #AFF6FE
Text Example
Text Example
White with #AFF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6FE; }
p { color: rgb(175,246,254); }
H1.HeaderClassName
{
color: #AFF6FE;
}
.AnyTagClassName
{
color: #AFF6FE;
}
</style>
background-color css
<style>
a { background-color: #AFF6FE; }
a { background-color: rgb(175,246,254); }
div.DivClassName
{
background-color: #AFF6FE;
}
.BgClassName
{
background-color: #AFF6FE;
}
</style>
border-color css
<style>
span { border-color: #AFF6FE; }
span { border-color: rgb(175,246,254); }
td.TdClassName
{
border-color: #AFF6FE;
}
.TagClassName
{
border-color: #AFF6FE;
}
</style>