Shades of Pale Turquoise #ABF1FF
Tints of Pale Turquoise #ABF1FF
RGB
CMYK
RGB Variations
Color information
#ABF1FF (or 0xABF1FF) is known color: Pale Turquoise. HEX triplet: AB, F1 and FF. RGB value is (171,241,255). Sum of RGB (Red+Green+Blue) = 171+241+255=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1FF is #540E00. Grayscale: #DDDDDD. Windows color (decimal): -5508609 or 16773547. OLE color: 16773547.
HSL color Cylindrical-coordinate representation of color #ABF1FF: hue angle of 190º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABF1FF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 241 | 255 | - |
| CMYK | 0.33 | 0.05 | 0 | 0 |
| HSL | 190º | 1% | 0.84% | - |
| HSV(B) | 190º | 0.33% | 1% | - |
| XYZ | 66.3 | 78.79 | 106.32 | - |
| YUV | 221.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 255 | 0.33 | 0.05 | 0 | 0 | 190 | 1 | 0.84 |
| Hex | AB | F1 | FF | 21 | 5 | 0 | 0 | BE | 64 | 54 |
| Octal | 253 | 361 | 377 | 41 | 5 | 0 | 0 | 276 | 144 | 124 |
| Binary | 10101011 | 11110001 | 11111111 | 100001 | 101 | 0 | 0 | 10111110 | 1100100 | 1010100 |
Color Harmonies of #ABF1FF
Complementary color
Monochromatic Colors of #ABF1FF
Black with #ABF1FF
Text Example
Text Example
White with #ABF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1FF; }
p { color: rgb(171,241,255); }
H1.HeaderClassName
{
color: #ABF1FF;
}
.AnyTagClassName
{
color: #ABF1FF;
}
</style>
background-color css
<style>
a { background-color: #ABF1FF; }
a { background-color: rgb(171,241,255); }
div.DivClassName
{
background-color: #ABF1FF;
}
.BgClassName
{
background-color: #ABF1FF;
}
</style>
border-color css
<style>
span { border-color: #ABF1FF; }
span { border-color: rgb(171,241,255); }
td.TdClassName
{
border-color: #ABF1FF;
}
.TagClassName
{
border-color: #ABF1FF;
}
</style>