Shades of Pale Turquoise #A6FBED
Tints of Pale Turquoise #A6FBED
RGB
CMYK
RGB Variations
Color information
#A6FBED (or 0xA6FBED) is known color: Pale Turquoise. HEX triplet: A6, FB and ED. RGB value is (166,251,237). Sum of RGB (Red+Green+Blue) = 166+251+237=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBED is #590412. Grayscale: #DFDFDF. Windows color (decimal): -5833747 or 15596454. OLE color: 15596454.
HSL color Cylindrical-coordinate representation of color #A6FBED: hue angle of 170.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBED is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 237 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.02 |
| HSL | 170.12º | 0.91% | 0.82% | - |
| HSV(B) | 170.12º | 0.34% | 0.98% | - |
| XYZ | 65.51 | 83.22 | 92.73 | - |
| YUV | 223.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 237 | 0.34 | 0 | 0.06 | 0.02 | 170.12 | 0.91 | 0.82 |
| Hex | A6 | FB | ED | 22 | 0 | 6 | 2 | AA | 5B | 52 |
| Octal | 246 | 373 | 355 | 42 | 0 | 6 | 2 | 252 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11101101 | 100010 | 0 | 110 | 10 | 10101010 | 1011011 | 1010010 |
Color Harmonies of #A6FBED
Complementary color
Monochromatic Colors of #A6FBED
Black with #A6FBED
Text Example
Text Example
White with #A6FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBED; }
p { color: rgb(166,251,237); }
H1.HeaderClassName
{
color: #A6FBED;
}
.AnyTagClassName
{
color: #A6FBED;
}
</style>
background-color css
<style>
a { background-color: #A6FBED; }
a { background-color: rgb(166,251,237); }
div.DivClassName
{
background-color: #A6FBED;
}
.BgClassName
{
background-color: #A6FBED;
}
</style>
border-color css
<style>
span { border-color: #A6FBED; }
span { border-color: rgb(166,251,237); }
td.TdClassName
{
border-color: #A6FBED;
}
.TagClassName
{
border-color: #A6FBED;
}
</style>