Shades of Pale Turquoise #ABF1FE
Tints of Pale Turquoise #ABF1FE
RGB
CMYK
RGB Variations
Color information
#ABF1FE (or 0xABF1FE) is known color: Pale Turquoise. HEX triplet: AB, F1 and FE. RGB value is (171,241,254). Sum of RGB (Red+Green+Blue) = 171+241+254=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1FE is #540E01. Grayscale: #DDDDDD. Windows color (decimal): -5508610 or 16708011. OLE color: 16708011.
HSL color Cylindrical-coordinate representation of color #ABF1FE: hue angle of 189.4º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABF1FE is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 241 | 254 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.00 |
| HSL | 189.4º | 0.98% | 0.83% | - |
| HSV(B) | 189.4º | 0.33% | 1% | - |
| XYZ | 66.14 | 78.72 | 105.48 | - |
| YUV | 221.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 254 | 0.33 | 0.05 | 0 | 0.00 | 189.4 | 0.98 | 0.83 |
| Hex | AB | F1 | FE | 21 | 5 | 0 | 0 | BD | 62 | 53 |
| Octal | 253 | 361 | 376 | 41 | 5 | 0 | 0 | 275 | 142 | 123 |
| Binary | 10101011 | 11110001 | 11111110 | 100001 | 101 | 0 | 0 | 10111101 | 1100010 | 1010011 |
Color Harmonies of #ABF1FE
Complementary color
Monochromatic Colors of #ABF1FE
Black with #ABF1FE
Text Example
Text Example
White with #ABF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1FE; }
p { color: rgb(171,241,254); }
H1.HeaderClassName
{
color: #ABF1FE;
}
.AnyTagClassName
{
color: #ABF1FE;
}
</style>
background-color css
<style>
a { background-color: #ABF1FE; }
a { background-color: rgb(171,241,254); }
div.DivClassName
{
background-color: #ABF1FE;
}
.BgClassName
{
background-color: #ABF1FE;
}
</style>
border-color css
<style>
span { border-color: #ABF1FE; }
span { border-color: rgb(171,241,254); }
td.TdClassName
{
border-color: #ABF1FE;
}
.TagClassName
{
border-color: #ABF1FE;
}
</style>