Shades of Pale Turquoise #ABEDE6
Tints of Pale Turquoise #ABEDE6
RGB
CMYK
RGB Variations
Color information
#ABEDE6 (or 0xABEDE6) is known color: Pale Turquoise. HEX triplet: AB, ED and E6. RGB value is (171,237,230). Sum of RGB (Red+Green+Blue) = 171+237+230=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDE6 is #541219. Grayscale: #D8D8D8. Windows color (decimal): -5509658 or 15134123. OLE color: 15134123.
HSL color Cylindrical-coordinate representation of color #ABEDE6: hue angle of 173.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDE6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 230 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.07 |
| HSL | 173.64º | 0.65% | 0.8% | - |
| HSV(B) | 173.64º | 0.28% | 0.93% | - |
| XYZ | 61.36 | 74.94 | 86.09 | - |
| YUV | 216.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 230 | 0.28 | 0 | 0.03 | 0.07 | 173.64 | 0.65 | 0.8 |
| Hex | AB | ED | E6 | 1C | 0 | 3 | 7 | AE | 41 | 50 |
| Octal | 253 | 355 | 346 | 34 | 0 | 3 | 7 | 256 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11100110 | 11100 | 0 | 11 | 111 | 10101110 | 1000001 | 1010000 |
Color Harmonies of #ABEDE6
Complementary color
Monochromatic Colors of #ABEDE6
Black with #ABEDE6
Text Example
Text Example
White with #ABEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDE6; }
p { color: rgb(171,237,230); }
H1.HeaderClassName
{
color: #ABEDE6;
}
.AnyTagClassName
{
color: #ABEDE6;
}
</style>
background-color css
<style>
a { background-color: #ABEDE6; }
a { background-color: rgb(171,237,230); }
div.DivClassName
{
background-color: #ABEDE6;
}
.BgClassName
{
background-color: #ABEDE6;
}
</style>
border-color css
<style>
span { border-color: #ABEDE6; }
span { border-color: rgb(171,237,230); }
td.TdClassName
{
border-color: #ABEDE6;
}
.TagClassName
{
border-color: #ABEDE6;
}
</style>