Shades of Pale Turquoise #ABFEEF
Tints of Pale Turquoise #ABFEEF
RGB
CMYK
RGB Variations
Color information
#ABFEEF (or 0xABFEEF) is known color: Pale Turquoise. HEX triplet: AB, FE and EF. RGB value is (171,254,239). Sum of RGB (Red+Green+Blue) = 171+254+239=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEEF is #540110. Grayscale: #E3E3E3. Windows color (decimal): -5505297 or 15728299. OLE color: 15728299.
HSL color Cylindrical-coordinate representation of color #ABFEEF: hue angle of 169.16º 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 #ABFEEF is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 239 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.00 |
| HSL | 169.16º | 0.98% | 0.83% | - |
| HSV(B) | 169.16º | 0.33% | 1% | - |
| XYZ | 67.82 | 85.77 | 94.64 | - |
| YUV | 227.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 239 | 0.33 | 0 | 0.06 | 0.00 | 169.16 | 0.98 | 0.83 |
| Hex | AB | FE | EF | 21 | 0 | 6 | 0 | A9 | 62 | 53 |
| Octal | 253 | 376 | 357 | 41 | 0 | 6 | 0 | 251 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11101111 | 100001 | 0 | 110 | 0 | 10101001 | 1100010 | 1010011 |
Color Harmonies of #ABFEEF
Complementary color
Monochromatic Colors of #ABFEEF
Black with #ABFEEF
Text Example
Text Example
White with #ABFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEEF; }
p { color: rgb(171,254,239); }
H1.HeaderClassName
{
color: #ABFEEF;
}
.AnyTagClassName
{
color: #ABFEEF;
}
</style>
background-color css
<style>
a { background-color: #ABFEEF; }
a { background-color: rgb(171,254,239); }
div.DivClassName
{
background-color: #ABFEEF;
}
.BgClassName
{
background-color: #ABFEEF;
}
</style>
border-color css
<style>
span { border-color: #ABFEEF; }
span { border-color: rgb(171,254,239); }
td.TdClassName
{
border-color: #ABFEEF;
}
.TagClassName
{
border-color: #ABFEEF;
}
</style>