Shades of Pale Turquoise #AFFFFF
Tints of Pale Turquoise #AFFFFF
RGB
CMYK
RGB Variations
Color information
#AFFFFF (or 0xAFFFFF) is known color: Pale Turquoise. HEX triplet: AF, FF and FF. RGB value is (175,255,255). Sum of RGB (Red+Green+Blue) = 175+255+255=685 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.55% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #AFFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFF is #500000. Grayscale: #E7E7E7. Windows color (decimal): -5242881 or 16777135. OLE color: 16777135.
HSL color Cylindrical-coordinate representation of color #AFFFFF: hue angle of 180º 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 #AFFFFF is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 255 | - |
| CMYK | 0.31 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.84% | - |
| HSV(B) | 180º | 0.31% | 1% | - |
| XYZ | 71.49 | 87.85 | 107.8 | - |
| YUV | 231.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 255 | 0.31 | 0 | 0 | 0 | 180 | 1 | 0.84 |
| Hex | AF | FF | FF | 1F | 0 | 0 | 0 | B4 | 64 | 54 |
| Octal | 257 | 377 | 377 | 37 | 0 | 0 | 0 | 264 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11111111 | 11111 | 0 | 0 | 0 | 10110100 | 1100100 | 1010100 |
Color Harmonies of #AFFFFF
Complementary color
Monochromatic Colors of #AFFFFF
Black with #AFFFFF
Text Example
Text Example
White with #AFFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFFF; }
p { color: rgb(175,255,255); }
H1.HeaderClassName
{
color: #AFFFFF;
}
.AnyTagClassName
{
color: #AFFFFF;
}
</style>
background-color css
<style>
a { background-color: #AFFFFF; }
a { background-color: rgb(175,255,255); }
div.DivClassName
{
background-color: #AFFFFF;
}
.BgClassName
{
background-color: #AFFFFF;
}
</style>
border-color css
<style>
span { border-color: #AFFFFF; }
span { border-color: rgb(175,255,255); }
td.TdClassName
{
border-color: #AFFFFF;
}
.TagClassName
{
border-color: #AFFFFF;
}
</style>