Shades of Pale Turquoise #ADEFF5
Tints of Pale Turquoise #ADEFF5
RGB
CMYK
RGB Variations
Color information
#ADEFF5 (or 0xADEFF5) is known color: Pale Turquoise. HEX triplet: AD, EF and F5. RGB value is (173,239,245). Sum of RGB (Red+Green+Blue) = 173+239+245=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADEFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF5 is #52100A. Grayscale: #DBDBDB. Windows color (decimal): -5378059 or 16117677. OLE color: 16117677.
HSL color Cylindrical-coordinate representation of color #ADEFF5: hue angle of 185º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEFF5 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 239 | 245 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.04 |
| HSL | 185º | 0.78% | 0.82% | - |
| HSV(B) | 185º | 0.29% | 0.96% | - |
| XYZ | 64.58 | 77.21 | 97.89 | - |
| YUV | 219.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 245 | 0.29 | 0.02 | 0 | 0.04 | 185 | 0.78 | 0.82 |
| Hex | AD | EF | F5 | 1D | 2 | 0 | 4 | B9 | 4E | 52 |
| Octal | 255 | 357 | 365 | 35 | 2 | 0 | 4 | 271 | 116 | 122 |
| Binary | 10101101 | 11101111 | 11110101 | 11101 | 10 | 0 | 100 | 10111001 | 1001110 | 1010010 |
Color Harmonies of #ADEFF5
Complementary color
Monochromatic Colors of #ADEFF5
Black with #ADEFF5
Text Example
Text Example
White with #ADEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFF5; }
p { color: rgb(173,239,245); }
H1.HeaderClassName
{
color: #ADEFF5;
}
.AnyTagClassName
{
color: #ADEFF5;
}
</style>
background-color css
<style>
a { background-color: #ADEFF5; }
a { background-color: rgb(173,239,245); }
div.DivClassName
{
background-color: #ADEFF5;
}
.BgClassName
{
background-color: #ADEFF5;
}
</style>
border-color css
<style>
span { border-color: #ADEFF5; }
span { border-color: rgb(173,239,245); }
td.TdClassName
{
border-color: #ADEFF5;
}
.TagClassName
{
border-color: #ADEFF5;
}
</style>