Shades of Pale Turquoise #AFFFFE
Tints of Pale Turquoise #AFFFFE
RGB
CMYK
RGB Variations
Color information
#AFFFFE (or 0xAFFFFE) is known color: Pale Turquoise. HEX triplet: AF, FF and FE. RGB value is (175,255,254). Sum of RGB (Red+Green+Blue) = 175+255+254=684 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.58% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFE is #500001. Grayscale: #E6E6E6. Windows color (decimal): -5242882 or 16711599. OLE color: 16711599.
HSL color Cylindrical-coordinate representation of color #AFFFFE: hue angle of 179.25º 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 #AFFFFE is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 254 | - |
| CMYK | 0.31 | 0 | 0.00 | 0 |
| HSL | 179.25º | 1% | 0.84% | - |
| HSV(B) | 179.25º | 0.31% | 1% | - |
| XYZ | 71.33 | 87.79 | 106.95 | - |
| YUV | 230.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 254 | 0.31 | 0 | 0.00 | 0 | 179.25 | 1 | 0.84 |
| Hex | AF | FF | FE | 1F | 0 | 0 | 0 | B3 | 64 | 54 |
| Octal | 257 | 377 | 376 | 37 | 0 | 0 | 0 | 263 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11111110 | 11111 | 0 | 0 | 0 | 10110011 | 1100100 | 1010100 |
Color Harmonies of #AFFFFE
Complementary color
Monochromatic Colors of #AFFFFE
Black with #AFFFFE
Text Example
Text Example
White with #AFFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFFE; }
p { color: rgb(175,255,254); }
H1.HeaderClassName
{
color: #AFFFFE;
}
.AnyTagClassName
{
color: #AFFFFE;
}
</style>
background-color css
<style>
a { background-color: #AFFFFE; }
a { background-color: rgb(175,255,254); }
div.DivClassName
{
background-color: #AFFFFE;
}
.BgClassName
{
background-color: #AFFFFE;
}
</style>
border-color css
<style>
span { border-color: #AFFFFE; }
span { border-color: rgb(175,255,254); }
td.TdClassName
{
border-color: #AFFFFE;
}
.TagClassName
{
border-color: #AFFFFE;
}
</style>