Shades of Pale Turquoise #ABF6F6
Tints of Pale Turquoise #ABF6F6
RGB
CMYK
RGB Variations
Color information
#ABF6F6 (or 0xABF6F6) is known color: Pale Turquoise. HEX triplet: AB, F6 and F6. RGB value is (171,246,246). Sum of RGB (Red+Green+Blue) = 171+246+246=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #ABF6F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6F6 is #540909. Grayscale: #DFDFDF. Windows color (decimal): -5507338 or 16185003. OLE color: 16185003.
HSL color Cylindrical-coordinate representation of color #ABF6F6: hue angle of 180º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF6F6 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 246 | - |
| CMYK | 0.30 | 0 | 0 | 0.04 |
| HSL | 180º | 0.81% | 0.82% | - |
| HSV(B) | 180º | 0.3% | 0.96% | - |
| XYZ | 66.38 | 81.22 | 99.37 | - |
| YUV | 223.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 246 | 0.30 | 0 | 0 | 0.04 | 180 | 0.81 | 0.82 |
| Hex | AB | F6 | F6 | 1E | 0 | 0 | 4 | B4 | 51 | 52 |
| Octal | 253 | 366 | 366 | 36 | 0 | 0 | 4 | 264 | 121 | 122 |
| Binary | 10101011 | 11110110 | 11110110 | 11110 | 0 | 0 | 100 | 10110100 | 1010001 | 1010010 |
Color Harmonies of #ABF6F6
Complementary color
Monochromatic Colors of #ABF6F6
Black with #ABF6F6
Text Example
Text Example
White with #ABF6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF6F6; }
p { color: rgb(171,246,246); }
H1.HeaderClassName
{
color: #ABF6F6;
}
.AnyTagClassName
{
color: #ABF6F6;
}
</style>
background-color css
<style>
a { background-color: #ABF6F6; }
a { background-color: rgb(171,246,246); }
div.DivClassName
{
background-color: #ABF6F6;
}
.BgClassName
{
background-color: #ABF6F6;
}
</style>
border-color css
<style>
span { border-color: #ABF6F6; }
span { border-color: rgb(171,246,246); }
td.TdClassName
{
border-color: #ABF6F6;
}
.TagClassName
{
border-color: #ABF6F6;
}
</style>