Shades of Pale Turquoise #ABEDED
Tints of Pale Turquoise #ABEDED
RGB
CMYK
RGB Variations
Color information
#ABEDED (or 0xABEDED) is known color: Pale Turquoise. HEX triplet: AB, ED and ED. RGB value is (171,237,237). Sum of RGB (Red+Green+Blue) = 171+237+237=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #ABEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDED is #541212. Grayscale: #D9D9D9. Windows color (decimal): -5509651 or 15592875. OLE color: 15592875.
HSL color Cylindrical-coordinate representation of color #ABEDED: hue angle of 180º 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 #ABEDED is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 171 | 237 | 237 | - |
CMYK | 0.28 | 0 | 0 | 0.07 |
HSL | 180º | 0.65% | 0.8% | - |
HSV(B) | 180º | 0.28% | 0.93% | - |
XYZ | 62.36 | 75.34 | 91.38 | - |
YUV | 217.27 | 139.13 | 95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 237 | 237 | 0.28 | 0 | 0 | 0.07 | 180 | 0.65 | 0.8 |
Hex | AB | ED | ED | 1C | 0 | 0 | 7 | B4 | 41 | 50 |
Octal | 253 | 355 | 355 | 34 | 0 | 0 | 7 | 264 | 101 | 120 |
Binary | 10101011 | 11101101 | 11101101 | 11100 | 0 | 0 | 111 | 10110100 | 1000001 | 1010000 |
Color Harmonies of #ABEDED
Complementary color
Monochromatic Colors of #ABEDED
Black with #ABEDED
Text Example
Text Example
White with #ABEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDED; }
p { color: rgb(171,237,237); }
H1.HeaderClassName
{
color: #ABEDED;
}
.AnyTagClassName
{
color: #ABEDED;
}
</style>
background-color css
<style>
a { background-color: #ABEDED; }
a { background-color: rgb(171,237,237); }
div.DivClassName
{
background-color: #ABEDED;
}
.BgClassName
{
background-color: #ABEDED;
}
</style>
border-color css
<style>
span { border-color: #ABEDED; }
span { border-color: rgb(171,237,237); }
td.TdClassName
{
border-color: #ABEDED;
}
.TagClassName
{
border-color: #ABEDED;
}
</style>