Shades of Pale Turquoise #ADFFFF
Tints of Pale Turquoise #ADFFFF
RGB
CMYK
RGB Variations
Color information
#ADFFFF (or 0xADFFFF) is known color: Pale Turquoise. HEX triplet: AD, FF and FF. RGB value is (173,255,255). Sum of RGB (Red+Green+Blue) = 173+255+255=683 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.33% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #ADFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFFF is #520000. Grayscale: #E6E6E6. Windows color (decimal): -5373953 or 16777133. OLE color: 16777133.
HSL color Cylindrical-coordinate representation of color #ADFFFF: hue angle of 180º 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 #ADFFFF is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 255 | - |
CMYK | 0.32 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.84% | - |
HSV(B) | 180º | 0.32% | 1% | - |
XYZ | 71.04 | 87.62 | 107.78 | - |
YUV | 230.48 | 141.83 | 87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 255 | 0.32 | 0 | 0 | 0 | 180 | 1 | 0.84 |
Hex | AD | FF | FF | 20 | 0 | 0 | 0 | B4 | 64 | 54 |
Octal | 255 | 377 | 377 | 40 | 0 | 0 | 0 | 264 | 144 | 124 |
Binary | 10101101 | 11111111 | 11111111 | 100000 | 0 | 0 | 0 | 10110100 | 1100100 | 1010100 |
Color Harmonies of #ADFFFF
Complementary color
Monochromatic Colors of #ADFFFF
Black with #ADFFFF
Text Example
Text Example
White with #ADFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFFF; }
p { color: rgb(173,255,255); }
H1.HeaderClassName
{
color: #ADFFFF;
}
.AnyTagClassName
{
color: #ADFFFF;
}
</style>
background-color css
<style>
a { background-color: #ADFFFF; }
a { background-color: rgb(173,255,255); }
div.DivClassName
{
background-color: #ADFFFF;
}
.BgClassName
{
background-color: #ADFFFF;
}
</style>
border-color css
<style>
span { border-color: #ADFFFF; }
span { border-color: rgb(173,255,255); }
td.TdClassName
{
border-color: #ADFFFF;
}
.TagClassName
{
border-color: #ADFFFF;
}
</style>