Shades of Pale Turquoise #ADFFEE
Tints of Pale Turquoise #ADFFEE
RGB
CMYK
RGB Variations
Color information
#ADFFEE (or 0xADFFEE) is known color: Pale Turquoise. HEX triplet: AD, FF and EE. RGB value is (173,255,238). Sum of RGB (Red+Green+Blue) = 173+255+238=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEE is #520011. Grayscale: #E4E4E4. Windows color (decimal): -5373970 or 15663021. OLE color: 15663021.
HSL color Cylindrical-coordinate representation of color #ADFFEE: hue angle of 167.56º 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 #ADFFEE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 238 | - |
| CMYK | 0.32 | 0 | 0.07 | 0 |
| HSL | 167.56º | 1% | 0.84% | - |
| HSV(B) | 167.56º | 0.32% | 1% | - |
| XYZ | 68.43 | 86.58 | 93.99 | - |
| YUV | 228.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 238 | 0.32 | 0 | 0.07 | 0 | 167.56 | 1 | 0.84 |
| Hex | AD | FF | EE | 20 | 0 | 7 | 0 | A8 | 64 | 54 |
| Octal | 255 | 377 | 356 | 40 | 0 | 7 | 0 | 250 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101110 | 100000 | 0 | 111 | 0 | 10101000 | 1100100 | 1010100 |
Color Harmonies of #ADFFEE
Complementary color
Monochromatic Colors of #ADFFEE
Black with #ADFFEE
Text Example
Text Example
White with #ADFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFEE; }
p { color: rgb(173,255,238); }
H1.HeaderClassName
{
color: #ADFFEE;
}
.AnyTagClassName
{
color: #ADFFEE;
}
</style>
background-color css
<style>
a { background-color: #ADFFEE; }
a { background-color: rgb(173,255,238); }
div.DivClassName
{
background-color: #ADFFEE;
}
.BgClassName
{
background-color: #ADFFEE;
}
</style>
border-color css
<style>
span { border-color: #ADFFEE; }
span { border-color: rgb(173,255,238); }
td.TdClassName
{
border-color: #ADFFEE;
}
.TagClassName
{
border-color: #ADFFEE;
}
</style>