Shades of Pale Turquoise #ADEFFB
Tints of Pale Turquoise #ADEFFB
RGB
CMYK
RGB Variations
Color information
#ADEFFB (or 0xADEFFB) is known color: Pale Turquoise. HEX triplet: AD, EF and FB. RGB value is (173,239,251). Sum of RGB (Red+Green+Blue) = 173+239+251=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFFB is #521004. Grayscale: #DCDCDC. Windows color (decimal): -5378053 or 16510893. OLE color: 16510893.
HSL color Cylindrical-coordinate representation of color #ADEFFB: hue angle of 189.23º degrees, saturation: 0.91, 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 #ADEFFB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 239 | 251 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.02 |
| HSL | 189.23º | 0.91% | 0.83% | - |
| HSV(B) | 189.23º | 0.31% | 0.98% | - |
| XYZ | 65.51 | 77.58 | 102.79 | - |
| YUV | 220.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 251 | 0.31 | 0.05 | 0 | 0.02 | 189.23 | 0.91 | 0.83 |
| Hex | AD | EF | FB | 1F | 5 | 0 | 2 | BD | 5B | 53 |
| Octal | 255 | 357 | 373 | 37 | 5 | 0 | 2 | 275 | 133 | 123 |
| Binary | 10101101 | 11101111 | 11111011 | 11111 | 101 | 0 | 10 | 10111101 | 1011011 | 1010011 |
Color Harmonies of #ADEFFB
Complementary color
Monochromatic Colors of #ADEFFB
Black with #ADEFFB
Text Example
Text Example
White with #ADEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFFB; }
p { color: rgb(173,239,251); }
H1.HeaderClassName
{
color: #ADEFFB;
}
.AnyTagClassName
{
color: #ADEFFB;
}
</style>
background-color css
<style>
a { background-color: #ADEFFB; }
a { background-color: rgb(173,239,251); }
div.DivClassName
{
background-color: #ADEFFB;
}
.BgClassName
{
background-color: #ADEFFB;
}
</style>
border-color css
<style>
span { border-color: #ADEFFB; }
span { border-color: rgb(173,239,251); }
td.TdClassName
{
border-color: #ADEFFB;
}
.TagClassName
{
border-color: #ADEFFB;
}
</style>