Shades of Pale Turquoise #ABFBF9
Tints of Pale Turquoise #ABFBF9
RGB
CMYK
RGB Variations
Color information
#ABFBF9 (or 0xABFBF9) is known color: Pale Turquoise. HEX triplet: AB, FB and F9. RGB value is (171,251,249). Sum of RGB (Red+Green+Blue) = 171+251+249=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBF9 is #540406. Grayscale: #E2E2E2. Windows color (decimal): -5506055 or 16382891. OLE color: 16382891.
HSL color Cylindrical-coordinate representation of color #ABFBF9: hue angle of 178.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBF9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 249 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.02 |
| HSL | 178.5º | 0.91% | 0.83% | - |
| HSV(B) | 178.5º | 0.32% | 0.98% | - |
| XYZ | 68.39 | 84.49 | 102.33 | - |
| YUV | 226.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 249 | 0.32 | 0 | 0.01 | 0.02 | 178.5 | 0.91 | 0.83 |
| Hex | AB | FB | F9 | 20 | 0 | 1 | 2 | B2 | 5B | 53 |
| Octal | 253 | 373 | 371 | 40 | 0 | 1 | 2 | 262 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11111001 | 100000 | 0 | 1 | 10 | 10110010 | 1011011 | 1010011 |
Color Harmonies of #ABFBF9
Complementary color
Monochromatic Colors of #ABFBF9
Black with #ABFBF9
Text Example
Text Example
White with #ABFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBF9; }
p { color: rgb(171,251,249); }
H1.HeaderClassName
{
color: #ABFBF9;
}
.AnyTagClassName
{
color: #ABFBF9;
}
</style>
background-color css
<style>
a { background-color: #ABFBF9; }
a { background-color: rgb(171,251,249); }
div.DivClassName
{
background-color: #ABFBF9;
}
.BgClassName
{
background-color: #ABFBF9;
}
</style>
border-color css
<style>
span { border-color: #ABFBF9; }
span { border-color: rgb(171,251,249); }
td.TdClassName
{
border-color: #ABFBF9;
}
.TagClassName
{
border-color: #ABFBF9;
}
</style>