Shades of Pale Turquoise #ADEFF2
Tints of Pale Turquoise #ADEFF2
RGB
CMYK
RGB Variations
Color information
#ADEFF2 (or 0xADEFF2) is known color: Pale Turquoise. HEX triplet: AD, EF and F2. RGB value is (173,239,242). Sum of RGB (Red+Green+Blue) = 173+239+242=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF2 is #52100D. Grayscale: #DBDBDB. Windows color (decimal): -5378062 or 15921069. OLE color: 15921069.
HSL color Cylindrical-coordinate representation of color #ADEFF2: hue angle of 182.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEFF2 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 239 | 242 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.05 |
| HSL | 182.61º | 0.73% | 0.81% | - |
| HSV(B) | 182.61º | 0.29% | 0.95% | - |
| XYZ | 64.13 | 77.03 | 95.49 | - |
| YUV | 219.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 242 | 0.29 | 0.01 | 0 | 0.05 | 182.61 | 0.73 | 0.81 |
| Hex | AD | EF | F2 | 1D | 1 | 0 | 5 | B7 | 49 | 51 |
| Octal | 255 | 357 | 362 | 35 | 1 | 0 | 5 | 267 | 111 | 121 |
| Binary | 10101101 | 11101111 | 11110010 | 11101 | 1 | 0 | 101 | 10110111 | 1001001 | 1010001 |
Color Harmonies of #ADEFF2
Complementary color
Monochromatic Colors of #ADEFF2
Black with #ADEFF2
Text Example
Text Example
White with #ADEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFF2; }
p { color: rgb(173,239,242); }
H1.HeaderClassName
{
color: #ADEFF2;
}
.AnyTagClassName
{
color: #ADEFF2;
}
</style>
background-color css
<style>
a { background-color: #ADEFF2; }
a { background-color: rgb(173,239,242); }
div.DivClassName
{
background-color: #ADEFF2;
}
.BgClassName
{
background-color: #ADEFF2;
}
</style>
border-color css
<style>
span { border-color: #ADEFF2; }
span { border-color: rgb(173,239,242); }
td.TdClassName
{
border-color: #ADEFF2;
}
.TagClassName
{
border-color: #ADEFF2;
}
</style>