Shades of Pale Turquoise #A6FCED
Tints of Pale Turquoise #A6FCED
RGB
CMYK
RGB Variations
Color information
#A6FCED (or 0xA6FCED) is known color: Pale Turquoise. HEX triplet: A6, FC and ED. RGB value is (166,252,237). Sum of RGB (Red+Green+Blue) = 166+252+237=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCED is #590312. Grayscale: #E0E0E0. Windows color (decimal): -5833491 or 15596710. OLE color: 15596710.
HSL color Cylindrical-coordinate representation of color #A6FCED: hue angle of 169.53º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCED is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 237 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.01 |
| HSL | 169.53º | 0.93% | 0.82% | - |
| HSV(B) | 169.53º | 0.34% | 0.99% | - |
| XYZ | 65.82 | 83.84 | 92.83 | - |
| YUV | 224.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 237 | 0.34 | 0 | 0.06 | 0.01 | 169.53 | 0.93 | 0.82 |
| Hex | A6 | FC | ED | 22 | 0 | 6 | 1 | AA | 5D | 52 |
| Octal | 246 | 374 | 355 | 42 | 0 | 6 | 1 | 252 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11101101 | 100010 | 0 | 110 | 1 | 10101010 | 1011101 | 1010010 |
Color Harmonies of #A6FCED
Complementary color
Monochromatic Colors of #A6FCED
Black with #A6FCED
Text Example
Text Example
White with #A6FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCED; }
p { color: rgb(166,252,237); }
H1.HeaderClassName
{
color: #A6FCED;
}
.AnyTagClassName
{
color: #A6FCED;
}
</style>
background-color css
<style>
a { background-color: #A6FCED; }
a { background-color: rgb(166,252,237); }
div.DivClassName
{
background-color: #A6FCED;
}
.BgClassName
{
background-color: #A6FCED;
}
</style>
border-color css
<style>
span { border-color: #A6FCED; }
span { border-color: rgb(166,252,237); }
td.TdClassName
{
border-color: #A6FCED;
}
.TagClassName
{
border-color: #A6FCED;
}
</style>