Shades of Pale Turquoise #ABFDF6
Tints of Pale Turquoise #ABFDF6
RGB
CMYK
RGB Variations
Color information
#ABFDF6 (or 0xABFDF6) is known color: Pale Turquoise. HEX triplet: AB, FD and F6. RGB value is (171,253,246). Sum of RGB (Red+Green+Blue) = 171+253+246=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF6 is #540209. Grayscale: #E3E3E3. Windows color (decimal): -5505546 or 16186795. OLE color: 16186795.
HSL color Cylindrical-coordinate representation of color #ABFDF6: hue angle of 174.88º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDF6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 246 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.01 |
| HSL | 174.88º | 0.95% | 0.83% | - |
| HSV(B) | 174.88º | 0.32% | 0.99% | - |
| XYZ | 68.55 | 85.56 | 100.09 | - |
| YUV | 227.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 246 | 0.32 | 0 | 0.03 | 0.01 | 174.88 | 0.95 | 0.83 |
| Hex | AB | FD | F6 | 20 | 0 | 3 | 1 | AF | 5F | 53 |
| Octal | 253 | 375 | 366 | 40 | 0 | 3 | 1 | 257 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11110110 | 100000 | 0 | 11 | 1 | 10101111 | 1011111 | 1010011 |
Color Harmonies of #ABFDF6
Complementary color
Monochromatic Colors of #ABFDF6
Black with #ABFDF6
Text Example
Text Example
White with #ABFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDF6; }
p { color: rgb(171,253,246); }
H1.HeaderClassName
{
color: #ABFDF6;
}
.AnyTagClassName
{
color: #ABFDF6;
}
</style>
background-color css
<style>
a { background-color: #ABFDF6; }
a { background-color: rgb(171,253,246); }
div.DivClassName
{
background-color: #ABFDF6;
}
.BgClassName
{
background-color: #ABFDF6;
}
</style>
border-color css
<style>
span { border-color: #ABFDF6; }
span { border-color: rgb(171,253,246); }
td.TdClassName
{
border-color: #ABFDF6;
}
.TagClassName
{
border-color: #ABFDF6;
}
</style>