Shades of Pale Turquoise #ABFEF0
Tints of Pale Turquoise #ABFEF0
RGB
CMYK
RGB Variations
Color information
#ABFEF0 (or 0xABFEF0) is known color: Pale Turquoise. HEX triplet: AB, FE and F0. RGB value is (171,254,240). Sum of RGB (Red+Green+Blue) = 171+254+240=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF0 is #54010F. Grayscale: #E3E3E3. Windows color (decimal): -5505296 or 15793835. OLE color: 15793835.
HSL color Cylindrical-coordinate representation of color #ABFEF0: hue angle of 169.88º 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 #ABFEF0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 171 | 254 | 240 | - |
CMYK | 0.33 | 0 | 0.06 | 0.00 |
HSL | 169.88º | 0.98% | 0.83% | - |
HSV(B) | 169.88º | 0.33% | 1% | - |
XYZ | 67.96 | 85.83 | 95.42 | - |
YUV | 227.59 | 135 | 87.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 254 | 240 | 0.33 | 0 | 0.06 | 0.00 | 169.88 | 0.98 | 0.83 |
Hex | AB | FE | F0 | 21 | 0 | 6 | 0 | AA | 62 | 53 |
Octal | 253 | 376 | 360 | 41 | 0 | 6 | 0 | 252 | 142 | 123 |
Binary | 10101011 | 11111110 | 11110000 | 100001 | 0 | 110 | 0 | 10101010 | 1100010 | 1010011 |
Color Harmonies of #ABFEF0
Complementary color
Monochromatic Colors of #ABFEF0
Black with #ABFEF0
Text Example
Text Example
White with #ABFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEF0; }
p { color: rgb(171,254,240); }
H1.HeaderClassName
{
color: #ABFEF0;
}
.AnyTagClassName
{
color: #ABFEF0;
}
</style>
background-color css
<style>
a { background-color: #ABFEF0; }
a { background-color: rgb(171,254,240); }
div.DivClassName
{
background-color: #ABFEF0;
}
.BgClassName
{
background-color: #ABFEF0;
}
</style>
border-color css
<style>
span { border-color: #ABFEF0; }
span { border-color: rgb(171,254,240); }
td.TdClassName
{
border-color: #ABFEF0;
}
.TagClassName
{
border-color: #ABFEF0;
}
</style>