Shades of Pale Turquoise #ADFDF0
Tints of Pale Turquoise #ADFDF0
RGB
CMYK
RGB Variations
Color information
#ADFDF0 (or 0xADFDF0) is known color: Pale Turquoise. HEX triplet: AD, FD and F0. RGB value is (173,253,240). Sum of RGB (Red+Green+Blue) = 173+253+240=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF0 is #52020F. Grayscale: #E3E3E3. Windows color (decimal): -5374480 or 15793581. OLE color: 15793581.
HSL color Cylindrical-coordinate representation of color #ADFDF0: hue angle of 170.25º 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 #ADFDF0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 240 | - |
CMYK | 0.32 | 0 | 0.05 | 0.01 |
HSL | 170.25º | 0.95% | 0.84% | - |
HSV(B) | 170.25º | 0.32% | 0.99% | - |
XYZ | 68.09 | 85.43 | 95.34 | - |
YUV | 227.6 | 135 | 89.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 240 | 0.32 | 0 | 0.05 | 0.01 | 170.25 | 0.95 | 0.84 |
Hex | AD | FD | F0 | 20 | 0 | 5 | 1 | AA | 5F | 54 |
Octal | 255 | 375 | 360 | 40 | 0 | 5 | 1 | 252 | 137 | 124 |
Binary | 10101101 | 11111101 | 11110000 | 100000 | 0 | 101 | 1 | 10101010 | 1011111 | 1010100 |
Color Harmonies of #ADFDF0
Complementary color
Monochromatic Colors of #ADFDF0
Black with #ADFDF0
Text Example
Text Example
White with #ADFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDF0; }
p { color: rgb(173,253,240); }
H1.HeaderClassName
{
color: #ADFDF0;
}
.AnyTagClassName
{
color: #ADFDF0;
}
</style>
background-color css
<style>
a { background-color: #ADFDF0; }
a { background-color: rgb(173,253,240); }
div.DivClassName
{
background-color: #ADFDF0;
}
.BgClassName
{
background-color: #ADFDF0;
}
</style>
border-color css
<style>
span { border-color: #ADFDF0; }
span { border-color: rgb(173,253,240); }
td.TdClassName
{
border-color: #ADFDF0;
}
.TagClassName
{
border-color: #ADFDF0;
}
</style>