Shades of Pale Turquoise #A6EDED
Tints of Pale Turquoise #A6EDED
RGB
CMYK
RGB Variations
Color information
#A6EDED (or 0xA6EDED) is known color: Pale Turquoise. HEX triplet: A6, ED and ED. RGB value is (166,237,237). Sum of RGB (Red+Green+Blue) = 166+237+237=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #A6EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDED is #591212. Grayscale: #D7D7D7. Windows color (decimal): -5837331 or 15592870. OLE color: 15592870.
HSL color Cylindrical-coordinate representation of color #A6EDED: hue angle of 180º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDED is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 166 | 237 | 237 | - |
CMYK | 0.30 | 0 | 0 | 0.07 |
HSL | 180º | 0.66% | 0.79% | - |
HSV(B) | 180º | 0.3% | 0.93% | - |
XYZ | 61.3 | 74.79 | 91.33 | - |
YUV | 215.77 | 139.98 | 92.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 237 | 237 | 0.30 | 0 | 0 | 0.07 | 180 | 0.66 | 0.79 |
Hex | A6 | ED | ED | 1E | 0 | 0 | 7 | B4 | 42 | 4F |
Octal | 246 | 355 | 355 | 36 | 0 | 0 | 7 | 264 | 102 | 117 |
Binary | 10100110 | 11101101 | 11101101 | 11110 | 0 | 0 | 111 | 10110100 | 1000010 | 1001111 |
Color Harmonies of #A6EDED
Complementary color
Monochromatic Colors of #A6EDED
Black with #A6EDED
Text Example
Text Example
White with #A6EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDED; }
p { color: rgb(166,237,237); }
H1.HeaderClassName
{
color: #A6EDED;
}
.AnyTagClassName
{
color: #A6EDED;
}
</style>
background-color css
<style>
a { background-color: #A6EDED; }
a { background-color: rgb(166,237,237); }
div.DivClassName
{
background-color: #A6EDED;
}
.BgClassName
{
background-color: #A6EDED;
}
</style>
border-color css
<style>
span { border-color: #A6EDED; }
span { border-color: rgb(166,237,237); }
td.TdClassName
{
border-color: #A6EDED;
}
.TagClassName
{
border-color: #A6EDED;
}
</style>