Shades of Pale Turquoise #ADFFF2
Tints of Pale Turquoise #ADFFF2
RGB
CMYK
RGB Variations
Color information
#ADFFF2 (or 0xADFFF2) is known color: Pale Turquoise. HEX triplet: AD, FF and F2. RGB value is (173,255,242). Sum of RGB (Red+Green+Blue) = 173+255+242=670 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.82% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF2 is #52000D. Grayscale: #E4E4E4. Windows color (decimal): -5373966 or 15925165. OLE color: 15925165.
HSL color Cylindrical-coordinate representation of color #ADFFF2: hue angle of 170.49º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFF2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 242 | - |
| CMYK | 0.32 | 0 | 0.05 | 0 |
| HSL | 170.49º | 1% | 0.84% | - |
| HSV(B) | 170.49º | 0.32% | 1% | - |
| XYZ | 69.02 | 86.82 | 97.12 | - |
| YUV | 229 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 242 | 0.32 | 0 | 0.05 | 0 | 170.49 | 1 | 0.84 |
| Hex | AD | FF | F2 | 20 | 0 | 5 | 0 | AA | 64 | 54 |
| Octal | 255 | 377 | 362 | 40 | 0 | 5 | 0 | 252 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11110010 | 100000 | 0 | 101 | 0 | 10101010 | 1100100 | 1010100 |
Color Harmonies of #ADFFF2
Complementary color
Monochromatic Colors of #ADFFF2
Black with #ADFFF2
Text Example
Text Example
White with #ADFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFF2; }
p { color: rgb(173,255,242); }
H1.HeaderClassName
{
color: #ADFFF2;
}
.AnyTagClassName
{
color: #ADFFF2;
}
</style>
background-color css
<style>
a { background-color: #ADFFF2; }
a { background-color: rgb(173,255,242); }
div.DivClassName
{
background-color: #ADFFF2;
}
.BgClassName
{
background-color: #ADFFF2;
}
</style>
border-color css
<style>
span { border-color: #ADFFF2; }
span { border-color: rgb(173,255,242); }
td.TdClassName
{
border-color: #ADFFF2;
}
.TagClassName
{
border-color: #ADFFF2;
}
</style>