Shades of Pale Turquoise #ADEFF8
Tints of Pale Turquoise #ADEFF8
RGB
CMYK
RGB Variations
Color information
#ADEFF8 (or 0xADEFF8) is known color: Pale Turquoise. HEX triplet: AD, EF and F8. RGB value is (173,239,248). Sum of RGB (Red+Green+Blue) = 173+239+248=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF8 is #521007. Grayscale: #DCDCDC. Windows color (decimal): -5378056 or 16314285. OLE color: 16314285.
HSL color Cylindrical-coordinate representation of color #ADEFF8: hue angle of 187.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADEFF8 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 239 | 248 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.03 |
| HSL | 187.2º | 0.84% | 0.83% | - |
| HSV(B) | 187.2º | 0.3% | 0.97% | - |
| XYZ | 65.04 | 77.39 | 100.32 | - |
| YUV | 220.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 248 | 0.30 | 0.04 | 0 | 0.03 | 187.2 | 0.84 | 0.83 |
| Hex | AD | EF | F8 | 1E | 4 | 0 | 3 | BB | 54 | 53 |
| Octal | 255 | 357 | 370 | 36 | 4 | 0 | 3 | 273 | 124 | 123 |
| Binary | 10101101 | 11101111 | 11111000 | 11110 | 100 | 0 | 11 | 10111011 | 1010100 | 1010011 |
Color Harmonies of #ADEFF8
Complementary color
Monochromatic Colors of #ADEFF8
Black with #ADEFF8
Text Example
Text Example
White with #ADEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFF8; }
p { color: rgb(173,239,248); }
H1.HeaderClassName
{
color: #ADEFF8;
}
.AnyTagClassName
{
color: #ADEFF8;
}
</style>
background-color css
<style>
a { background-color: #ADEFF8; }
a { background-color: rgb(173,239,248); }
div.DivClassName
{
background-color: #ADEFF8;
}
.BgClassName
{
background-color: #ADEFF8;
}
</style>
border-color css
<style>
span { border-color: #ADEFF8; }
span { border-color: rgb(173,239,248); }
td.TdClassName
{
border-color: #ADEFF8;
}
.TagClassName
{
border-color: #ADEFF8;
}
</style>