Shades of Pale Turquoise #ABFAEE
Tints of Pale Turquoise #ABFAEE
RGB
CMYK
RGB Variations
Color information
#ABFAEE (or 0xABFAEE) is known color: Pale Turquoise. HEX triplet: AB, FA and EE. RGB value is (171,250,238). Sum of RGB (Red+Green+Blue) = 171+250+238=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAEE is #540511. Grayscale: #E0E0E0. Windows color (decimal): -5506322 or 15661739. OLE color: 15661739.
HSL color Cylindrical-coordinate representation of color #ABFAEE: hue angle of 170.89º degrees, saturation: 0.89, 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 #ABFAEE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 238 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.02 |
| HSL | 170.89º | 0.89% | 0.83% | - |
| HSV(B) | 170.89º | 0.32% | 0.98% | - |
| XYZ | 66.41 | 83.2 | 93.45 | - |
| YUV | 225.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 238 | 0.32 | 0 | 0.05 | 0.02 | 170.89 | 0.89 | 0.83 |
| Hex | AB | FA | EE | 20 | 0 | 5 | 2 | AB | 59 | 53 |
| Octal | 253 | 372 | 356 | 40 | 0 | 5 | 2 | 253 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11101110 | 100000 | 0 | 101 | 10 | 10101011 | 1011001 | 1010011 |
Color Harmonies of #ABFAEE
Complementary color
Monochromatic Colors of #ABFAEE
Black with #ABFAEE
Text Example
Text Example
White with #ABFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAEE; }
p { color: rgb(171,250,238); }
H1.HeaderClassName
{
color: #ABFAEE;
}
.AnyTagClassName
{
color: #ABFAEE;
}
</style>
background-color css
<style>
a { background-color: #ABFAEE; }
a { background-color: rgb(171,250,238); }
div.DivClassName
{
background-color: #ABFAEE;
}
.BgClassName
{
background-color: #ABFAEE;
}
</style>
border-color css
<style>
span { border-color: #ABFAEE; }
span { border-color: rgb(171,250,238); }
td.TdClassName
{
border-color: #ABFAEE;
}
.TagClassName
{
border-color: #ABFAEE;
}
</style>