Shades of Pale Turquoise #ABEDEF
Tints of Pale Turquoise #ABEDEF
RGB
CMYK
RGB Variations
Color information
#ABEDEF (or 0xABEDEF) is known color: Pale Turquoise. HEX triplet: AB, ED and EF. RGB value is (171,237,239). Sum of RGB (Red+Green+Blue) = 171+237+239=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABEDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDEF is #541210. Grayscale: #D9D9D9. Windows color (decimal): -5509649 or 15723947. OLE color: 15723947.
HSL color Cylindrical-coordinate representation of color #ABEDEF: hue angle of 181.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDEF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 237 | 239 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.06 |
| HSL | 181.76º | 0.68% | 0.8% | - |
| HSV(B) | 181.76º | 0.28% | 0.94% | - |
| XYZ | 62.66 | 75.46 | 92.92 | - |
| YUV | 217.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 239 | 0.28 | 0.01 | 0 | 0.06 | 181.76 | 0.68 | 0.8 |
| Hex | AB | ED | EF | 1C | 1 | 0 | 6 | B6 | 44 | 50 |
| Octal | 253 | 355 | 357 | 34 | 1 | 0 | 6 | 266 | 104 | 120 |
| Binary | 10101011 | 11101101 | 11101111 | 11100 | 1 | 0 | 110 | 10110110 | 1000100 | 1010000 |
Color Harmonies of #ABEDEF
Complementary color
Monochromatic Colors of #ABEDEF
Black with #ABEDEF
Text Example
Text Example
White with #ABEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDEF; }
p { color: rgb(171,237,239); }
H1.HeaderClassName
{
color: #ABEDEF;
}
.AnyTagClassName
{
color: #ABEDEF;
}
</style>
background-color css
<style>
a { background-color: #ABEDEF; }
a { background-color: rgb(171,237,239); }
div.DivClassName
{
background-color: #ABEDEF;
}
.BgClassName
{
background-color: #ABEDEF;
}
</style>
border-color css
<style>
span { border-color: #ABEDEF; }
span { border-color: rgb(171,237,239); }
td.TdClassName
{
border-color: #ABEDEF;
}
.TagClassName
{
border-color: #ABEDEF;
}
</style>