Shades of Pale Turquoise #A6FDFE
Tints of Pale Turquoise #A6FDFE
RGB
CMYK
RGB Variations
Color information
#A6FDFE (or 0xA6FDFE) is known color: Pale Turquoise. HEX triplet: A6, FD and FE. RGB value is (166,253,254). Sum of RGB (Red+Green+Blue) = 166+253+254=673 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.67% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDFE is #590201. Grayscale: #E3E3E3. Windows color (decimal): -5833218 or 16711078. OLE color: 16711078.
HSL color Cylindrical-coordinate representation of color #A6FDFE: hue angle of 180.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FDFE is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 253 | 254 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.00 |
| HSL | 180.68º | 0.98% | 0.82% | - |
| HSV(B) | 180.68º | 0.35% | 1% | - |
| XYZ | 68.74 | 85.51 | 106.65 | - |
| YUV | 227.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 254 | 0.35 | 0.00 | 0 | 0.00 | 180.68 | 0.98 | 0.82 |
| Hex | A6 | FD | FE | 23 | 0 | 0 | 0 | B5 | 62 | 52 |
| Octal | 246 | 375 | 376 | 43 | 0 | 0 | 0 | 265 | 142 | 122 |
| Binary | 10100110 | 11111101 | 11111110 | 100011 | 0 | 0 | 0 | 10110101 | 1100010 | 1010010 |
Color Harmonies of #A6FDFE
Complementary color
Monochromatic Colors of #A6FDFE
Black with #A6FDFE
Text Example
Text Example
White with #A6FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDFE; }
p { color: rgb(166,253,254); }
H1.HeaderClassName
{
color: #A6FDFE;
}
.AnyTagClassName
{
color: #A6FDFE;
}
</style>
background-color css
<style>
a { background-color: #A6FDFE; }
a { background-color: rgb(166,253,254); }
div.DivClassName
{
background-color: #A6FDFE;
}
.BgClassName
{
background-color: #A6FDFE;
}
</style>
border-color css
<style>
span { border-color: #A6FDFE; }
span { border-color: rgb(166,253,254); }
td.TdClassName
{
border-color: #A6FDFE;
}
.TagClassName
{
border-color: #A6FDFE;
}
</style>