Shades of Pale Turquoise #ADFAFE
Tints of Pale Turquoise #ADFAFE
RGB
CMYK
RGB Variations
Color information
#ADFAFE (or 0xADFAFE) is known color: Pale Turquoise. HEX triplet: AD, FA and FE. RGB value is (173,250,254). Sum of RGB (Red+Green+Blue) = 173+250+254=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFE is #520501. Grayscale: #E3E3E3. Windows color (decimal): -5375234 or 16710317. OLE color: 16710317.
HSL color Cylindrical-coordinate representation of color #ADFAFE: hue angle of 182.96º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFAFE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 250 | 254 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.00 |
| HSL | 182.96º | 0.98% | 0.84% | - |
| HSV(B) | 182.96º | 0.32% | 1% | - |
| XYZ | 69.31 | 84.41 | 106.41 | - |
| YUV | 227.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 254 | 0.32 | 0.02 | 0 | 0.00 | 182.96 | 0.98 | 0.84 |
| Hex | AD | FA | FE | 20 | 2 | 0 | 0 | B7 | 62 | 54 |
| Octal | 255 | 372 | 376 | 40 | 2 | 0 | 0 | 267 | 142 | 124 |
| Binary | 10101101 | 11111010 | 11111110 | 100000 | 10 | 0 | 0 | 10110111 | 1100010 | 1010100 |
Color Harmonies of #ADFAFE
Complementary color
Monochromatic Colors of #ADFAFE
Black with #ADFAFE
Text Example
Text Example
White with #ADFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAFE; }
p { color: rgb(173,250,254); }
H1.HeaderClassName
{
color: #ADFAFE;
}
.AnyTagClassName
{
color: #ADFAFE;
}
</style>
background-color css
<style>
a { background-color: #ADFAFE; }
a { background-color: rgb(173,250,254); }
div.DivClassName
{
background-color: #ADFAFE;
}
.BgClassName
{
background-color: #ADFAFE;
}
</style>
border-color css
<style>
span { border-color: #ADFAFE; }
span { border-color: rgb(173,250,254); }
td.TdClassName
{
border-color: #ADFAFE;
}
.TagClassName
{
border-color: #ADFAFE;
}
</style>