Shades of Pale Turquoise #ADFEFC
Tints of Pale Turquoise #ADFEFC
RGB
CMYK
RGB Variations
Color information
#ADFEFC (or 0xADFEFC) is known color: Pale Turquoise. HEX triplet: AD, FE and FC. RGB value is (173,254,252). Sum of RGB (Red+Green+Blue) = 173+254+252=679 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.48% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEFC is #520103. Grayscale: #E5E5E5. Windows color (decimal): -5374212 or 16580269. OLE color: 16580269.
HSL color Cylindrical-coordinate representation of color #ADFEFC: hue angle of 178.52º 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 #ADFEFC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 252 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.00 |
| HSL | 178.52º | 0.98% | 0.84% | - |
| HSV(B) | 178.52º | 0.32% | 1% | - |
| XYZ | 70.25 | 86.8 | 105.15 | - |
| YUV | 229.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 252 | 0.32 | 0 | 0.01 | 0.00 | 178.52 | 0.98 | 0.84 |
| Hex | AD | FE | FC | 20 | 0 | 1 | 0 | B3 | 62 | 54 |
| Octal | 255 | 376 | 374 | 40 | 0 | 1 | 0 | 263 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11111100 | 100000 | 0 | 1 | 0 | 10110011 | 1100010 | 1010100 |
Color Harmonies of #ADFEFC
Complementary color
Monochromatic Colors of #ADFEFC
Black with #ADFEFC
Text Example
Text Example
White with #ADFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEFC; }
p { color: rgb(173,254,252); }
H1.HeaderClassName
{
color: #ADFEFC;
}
.AnyTagClassName
{
color: #ADFEFC;
}
</style>
background-color css
<style>
a { background-color: #ADFEFC; }
a { background-color: rgb(173,254,252); }
div.DivClassName
{
background-color: #ADFEFC;
}
.BgClassName
{
background-color: #ADFEFC;
}
</style>
border-color css
<style>
span { border-color: #ADFEFC; }
span { border-color: rgb(173,254,252); }
td.TdClassName
{
border-color: #ADFEFC;
}
.TagClassName
{
border-color: #ADFEFC;
}
</style>