Shades of Pale Turquoise #ADFDFD
Tints of Pale Turquoise #ADFDFD
RGB
CMYK
RGB Variations
Color information
#ADFDFD (or 0xADFDFD) is known color: Pale Turquoise. HEX triplet: AD, FD and FD. RGB value is (173,253,253). Sum of RGB (Red+Green+Blue) = 173+253+253=679 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.48% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #ADFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDFD is #520202. Grayscale: #E5E5E5. Windows color (decimal): -5374467 or 16645549. OLE color: 16645549.
HSL color Cylindrical-coordinate representation of color #ADFDFD: hue angle of 180º 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 #ADFDFD is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 253 | - |
CMYK | 0.32 | 0 | 0 | 0.01 |
HSL | 180º | 0.95% | 0.84% | - |
HSV(B) | 180º | 0.32% | 0.99% | - |
XYZ | 70.09 | 86.23 | 105.88 | - |
YUV | 229.08 | 141.5 | 88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 253 | 0.32 | 0 | 0 | 0.01 | 180 | 0.95 | 0.84 |
Hex | AD | FD | FD | 20 | 0 | 0 | 1 | B4 | 5F | 54 |
Octal | 255 | 375 | 375 | 40 | 0 | 0 | 1 | 264 | 137 | 124 |
Binary | 10101101 | 11111101 | 11111101 | 100000 | 0 | 0 | 1 | 10110100 | 1011111 | 1010100 |
Color Harmonies of #ADFDFD
Complementary color
Monochromatic Colors of #ADFDFD
Black with #ADFDFD
Text Example
Text Example
White with #ADFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDFD; }
p { color: rgb(173,253,253); }
H1.HeaderClassName
{
color: #ADFDFD;
}
.AnyTagClassName
{
color: #ADFDFD;
}
</style>
background-color css
<style>
a { background-color: #ADFDFD; }
a { background-color: rgb(173,253,253); }
div.DivClassName
{
background-color: #ADFDFD;
}
.BgClassName
{
background-color: #ADFDFD;
}
</style>
border-color css
<style>
span { border-color: #ADFDFD; }
span { border-color: rgb(173,253,253); }
td.TdClassName
{
border-color: #ADFDFD;
}
.TagClassName
{
border-color: #ADFDFD;
}
</style>