Shades of Pale Turquoise #A6F8FB
Tints of Pale Turquoise #A6F8FB
RGB
CMYK
RGB Variations
Color information
#A6F8FB (or 0xA6F8FB) is known color: Pale Turquoise. HEX triplet: A6, F8 and FB. RGB value is (166,248,251). Sum of RGB (Red+Green+Blue) = 166+248+251=665 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.96% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6F8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8FB is #590704. Grayscale: #DFDFDF. Windows color (decimal): -5834501 or 16513190. OLE color: 16513190.
HSL color Cylindrical-coordinate representation of color #A6F8FB: hue angle of 182.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 #A6F8FB is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 248 | 251 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.02 |
| HSL | 182.12º | 0.91% | 0.82% | - |
| HSV(B) | 182.12º | 0.34% | 0.98% | - |
| XYZ | 66.71 | 82.21 | 103.62 | - |
| YUV | 223.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 251 | 0.34 | 0.01 | 0 | 0.02 | 182.12 | 0.91 | 0.82 |
| Hex | A6 | F8 | FB | 22 | 1 | 0 | 2 | B6 | 5B | 52 |
| Octal | 246 | 370 | 373 | 42 | 1 | 0 | 2 | 266 | 133 | 122 |
| Binary | 10100110 | 11111000 | 11111011 | 100010 | 1 | 0 | 10 | 10110110 | 1011011 | 1010010 |
Color Harmonies of #A6F8FB
Complementary color
Monochromatic Colors of #A6F8FB
Black with #A6F8FB
Text Example
Text Example
White with #A6F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8FB; }
p { color: rgb(166,248,251); }
H1.HeaderClassName
{
color: #A6F8FB;
}
.AnyTagClassName
{
color: #A6F8FB;
}
</style>
background-color css
<style>
a { background-color: #A6F8FB; }
a { background-color: rgb(166,248,251); }
div.DivClassName
{
background-color: #A6F8FB;
}
.BgClassName
{
background-color: #A6F8FB;
}
</style>
border-color css
<style>
span { border-color: #A6F8FB; }
span { border-color: rgb(166,248,251); }
td.TdClassName
{
border-color: #A6F8FB;
}
.TagClassName
{
border-color: #A6F8FB;
}
</style>