Shades of Pale Turquoise #ADFDF1
Tints of Pale Turquoise #ADFDF1
RGB
CMYK
RGB Variations
Color information
#ADFDF1 (or 0xADFDF1) is known color: Pale Turquoise. HEX triplet: AD, FD and F1. RGB value is (173,253,241). Sum of RGB (Red+Green+Blue) = 173+253+241=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF1 is #52020E. Grayscale: #E3E3E3. Windows color (decimal): -5374479 or 15859117. OLE color: 15859117.
HSL color Cylindrical-coordinate representation of color #ADFDF1: hue angle of 171º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDF1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 241 | - |
CMYK | 0.32 | 0 | 0.05 | 0.01 |
HSL | 171º | 0.95% | 0.84% | - |
HSV(B) | 171º | 0.32% | 0.99% | - |
XYZ | 68.24 | 85.49 | 96.12 | - |
YUV | 227.71 | 135.5 | 88.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 241 | 0.32 | 0 | 0.05 | 0.01 | 171 | 0.95 | 0.84 |
Hex | AD | FD | F1 | 20 | 0 | 5 | 1 | AB | 5F | 54 |
Octal | 255 | 375 | 361 | 40 | 0 | 5 | 1 | 253 | 137 | 124 |
Binary | 10101101 | 11111101 | 11110001 | 100000 | 0 | 101 | 1 | 10101011 | 1011111 | 1010100 |
Color Harmonies of #ADFDF1
Complementary color
Monochromatic Colors of #ADFDF1
Black with #ADFDF1
Text Example
Text Example
White with #ADFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDF1; }
p { color: rgb(173,253,241); }
H1.HeaderClassName
{
color: #ADFDF1;
}
.AnyTagClassName
{
color: #ADFDF1;
}
</style>
background-color css
<style>
a { background-color: #ADFDF1; }
a { background-color: rgb(173,253,241); }
div.DivClassName
{
background-color: #ADFDF1;
}
.BgClassName
{
background-color: #ADFDF1;
}
</style>
border-color css
<style>
span { border-color: #ADFDF1; }
span { border-color: rgb(173,253,241); }
td.TdClassName
{
border-color: #ADFDF1;
}
.TagClassName
{
border-color: #ADFDF1;
}
</style>