Shades of Pale Turquoise #ADEDFA
Tints of Pale Turquoise #ADEDFA
RGB
CMYK
RGB Variations
Color information
#ADEDFA (or 0xADEDFA) is known color: Pale Turquoise. HEX triplet: AD, ED and FA. RGB value is (173,237,250). Sum of RGB (Red+Green+Blue) = 173+237+250=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFA is #521205. Grayscale: #DBDBDB. Windows color (decimal): -5378566 or 16444845. OLE color: 16444845.
HSL color Cylindrical-coordinate representation of color #ADEDFA: hue angle of 190.13º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEDFA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 237 | 250 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.02 |
| HSL | 190.13º | 0.89% | 0.83% | - |
| HSV(B) | 190.13º | 0.31% | 0.98% | - |
| XYZ | 64.77 | 76.35 | 101.77 | - |
| YUV | 219.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 250 | 0.31 | 0.05 | 0 | 0.02 | 190.13 | 0.89 | 0.83 |
| Hex | AD | ED | FA | 1F | 5 | 0 | 2 | BE | 59 | 53 |
| Octal | 255 | 355 | 372 | 37 | 5 | 0 | 2 | 276 | 131 | 123 |
| Binary | 10101101 | 11101101 | 11111010 | 11111 | 101 | 0 | 10 | 10111110 | 1011001 | 1010011 |
Color Harmonies of #ADEDFA
Complementary color
Monochromatic Colors of #ADEDFA
Black with #ADEDFA
Text Example
Text Example
White with #ADEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDFA; }
p { color: rgb(173,237,250); }
H1.HeaderClassName
{
color: #ADEDFA;
}
.AnyTagClassName
{
color: #ADEDFA;
}
</style>
background-color css
<style>
a { background-color: #ADEDFA; }
a { background-color: rgb(173,237,250); }
div.DivClassName
{
background-color: #ADEDFA;
}
.BgClassName
{
background-color: #ADEDFA;
}
</style>
border-color css
<style>
span { border-color: #ADEDFA; }
span { border-color: rgb(173,237,250); }
td.TdClassName
{
border-color: #ADEDFA;
}
.TagClassName
{
border-color: #ADEDFA;
}
</style>