Shades of Pale Turquoise #ADFDF3
Tints of Pale Turquoise #ADFDF3
RGB
CMYK
RGB Variations
Color information
#ADFDF3 (or 0xADFDF3) is known color: Pale Turquoise. HEX triplet: AD, FD and F3. RGB value is (173,253,243). Sum of RGB (Red+Green+Blue) = 173+253+243=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF3 is #52020C. Grayscale: #E3E3E3. Windows color (decimal): -5374477 or 15990189. OLE color: 15990189.
HSL color Cylindrical-coordinate representation of color #ADFDF3: hue angle of 172.5º 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 #ADFDF3 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 243 | - |
CMYK | 0.32 | 0 | 0.04 | 0.01 |
HSL | 172.5º | 0.95% | 0.84% | - |
HSV(B) | 172.5º | 0.32% | 0.99% | - |
XYZ | 68.54 | 85.61 | 97.71 | - |
YUV | 227.94 | 136.5 | 88.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 243 | 0.32 | 0 | 0.04 | 0.01 | 172.5 | 0.95 | 0.84 |
Hex | AD | FD | F3 | 20 | 0 | 4 | 1 | AC | 5F | 54 |
Octal | 255 | 375 | 363 | 40 | 0 | 4 | 1 | 254 | 137 | 124 |
Binary | 10101101 | 11111101 | 11110011 | 100000 | 0 | 100 | 1 | 10101100 | 1011111 | 1010100 |
Color Harmonies of #ADFDF3
Complementary color
Monochromatic Colors of #ADFDF3
Black with #ADFDF3
Text Example
Text Example
White with #ADFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDF3; }
p { color: rgb(173,253,243); }
H1.HeaderClassName
{
color: #ADFDF3;
}
.AnyTagClassName
{
color: #ADFDF3;
}
</style>
background-color css
<style>
a { background-color: #ADFDF3; }
a { background-color: rgb(173,253,243); }
div.DivClassName
{
background-color: #ADFDF3;
}
.BgClassName
{
background-color: #ADFDF3;
}
</style>
border-color css
<style>
span { border-color: #ADFDF3; }
span { border-color: rgb(173,253,243); }
td.TdClassName
{
border-color: #ADFDF3;
}
.TagClassName
{
border-color: #ADFDF3;
}
</style>