Shades of Pale Turquoise #ADEFF0
Tints of Pale Turquoise #ADEFF0
RGB
CMYK
RGB Variations
Color information
#ADEFF0 (or 0xADEFF0) is known color: Pale Turquoise. HEX triplet: AD, EF and F0. RGB value is (173,239,240). Sum of RGB (Red+Green+Blue) = 173+239+240=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF0 is #52100F. Grayscale: #DBDBDB. Windows color (decimal): -5378064 or 15789997. OLE color: 15789997.
HSL color Cylindrical-coordinate representation of color #ADEFF0: hue angle of 180.9º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFF0 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 240 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.06 |
| HSL | 180.9º | 0.69% | 0.81% | - |
| HSV(B) | 180.9º | 0.28% | 0.94% | - |
| XYZ | 63.83 | 76.91 | 93.92 | - |
| YUV | 219.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 240 | 0.28 | 0.00 | 0 | 0.06 | 180.9 | 0.69 | 0.81 |
| Hex | AD | EF | F0 | 1C | 0 | 0 | 6 | B5 | 45 | 51 |
| Octal | 255 | 357 | 360 | 34 | 0 | 0 | 6 | 265 | 105 | 121 |
| Binary | 10101101 | 11101111 | 11110000 | 11100 | 0 | 0 | 110 | 10110101 | 1000101 | 1010001 |
Color Harmonies of #ADEFF0
Complementary color
Monochromatic Colors of #ADEFF0
Black with #ADEFF0
Text Example
Text Example
White with #ADEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFF0; }
p { color: rgb(173,239,240); }
H1.HeaderClassName
{
color: #ADEFF0;
}
.AnyTagClassName
{
color: #ADEFF0;
}
</style>
background-color css
<style>
a { background-color: #ADEFF0; }
a { background-color: rgb(173,239,240); }
div.DivClassName
{
background-color: #ADEFF0;
}
.BgClassName
{
background-color: #ADEFF0;
}
</style>
border-color css
<style>
span { border-color: #ADEFF0; }
span { border-color: rgb(173,239,240); }
td.TdClassName
{
border-color: #ADEFF0;
}
.TagClassName
{
border-color: #ADEFF0;
}
</style>