Shades of Pale Turquoise #ABF1F3
Tints of Pale Turquoise #ABF1F3
RGB
CMYK
RGB Variations
Color information
#ABF1F3 (or 0xABF1F3) is known color: Pale Turquoise. HEX triplet: AB, F1 and F3. RGB value is (171,241,243). Sum of RGB (Red+Green+Blue) = 171+241+243=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1F3 is #540E0C. Grayscale: #DCDCDC. Windows color (decimal): -5508621 or 15987115. OLE color: 15987115.
HSL color Cylindrical-coordinate representation of color #ABF1F3: hue angle of 181.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF1F3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 243 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.05 |
| HSL | 181.67º | 0.75% | 0.81% | - |
| HSV(B) | 181.67º | 0.3% | 0.95% | - |
| XYZ | 64.43 | 78.04 | 96.46 | - |
| YUV | 220.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 243 | 0.30 | 0.01 | 0 | 0.05 | 181.67 | 0.75 | 0.81 |
| Hex | AB | F1 | F3 | 1E | 1 | 0 | 5 | B6 | 4B | 51 |
| Octal | 253 | 361 | 363 | 36 | 1 | 0 | 5 | 266 | 113 | 121 |
| Binary | 10101011 | 11110001 | 11110011 | 11110 | 1 | 0 | 101 | 10110110 | 1001011 | 1010001 |
Color Harmonies of #ABF1F3
Complementary color
Monochromatic Colors of #ABF1F3
Black with #ABF1F3
Text Example
Text Example
White with #ABF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1F3; }
p { color: rgb(171,241,243); }
H1.HeaderClassName
{
color: #ABF1F3;
}
.AnyTagClassName
{
color: #ABF1F3;
}
</style>
background-color css
<style>
a { background-color: #ABF1F3; }
a { background-color: rgb(171,241,243); }
div.DivClassName
{
background-color: #ABF1F3;
}
.BgClassName
{
background-color: #ABF1F3;
}
</style>
border-color css
<style>
span { border-color: #ABF1F3; }
span { border-color: rgb(171,241,243); }
td.TdClassName
{
border-color: #ABF1F3;
}
.TagClassName
{
border-color: #ABF1F3;
}
</style>