Shades of Pale Turquoise #ABFDF4
Tints of Pale Turquoise #ABFDF4
RGB
CMYK
RGB Variations
Color information
#ABFDF4 (or 0xABFDF4) is known color: Pale Turquoise. HEX triplet: AB, FD and F4. RGB value is (171,253,244). Sum of RGB (Red+Green+Blue) = 171+253+244=668 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.60% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF4 is #54020B. Grayscale: #E3E3E3. Windows color (decimal): -5505548 or 16055723. OLE color: 16055723.
HSL color Cylindrical-coordinate representation of color #ABFDF4: hue angle of 173.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDF4 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 171 | 253 | 244 | - |
CMYK | 0.32 | 0 | 0.04 | 0.01 |
HSL | 173.41º | 0.95% | 0.83% | - |
HSV(B) | 173.41º | 0.32% | 0.99% | - |
XYZ | 68.25 | 85.44 | 98.48 | - |
YUV | 227.46 | 137.33 | 87.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 253 | 244 | 0.32 | 0 | 0.04 | 0.01 | 173.41 | 0.95 | 0.83 |
Hex | AB | FD | F4 | 20 | 0 | 4 | 1 | AD | 5F | 53 |
Octal | 253 | 375 | 364 | 40 | 0 | 4 | 1 | 255 | 137 | 123 |
Binary | 10101011 | 11111101 | 11110100 | 100000 | 0 | 100 | 1 | 10101101 | 1011111 | 1010011 |
Color Harmonies of #ABFDF4
Complementary color
Monochromatic Colors of #ABFDF4
Black with #ABFDF4
Text Example
Text Example
White with #ABFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDF4; }
p { color: rgb(171,253,244); }
H1.HeaderClassName
{
color: #ABFDF4;
}
.AnyTagClassName
{
color: #ABFDF4;
}
</style>
background-color css
<style>
a { background-color: #ABFDF4; }
a { background-color: rgb(171,253,244); }
div.DivClassName
{
background-color: #ABFDF4;
}
.BgClassName
{
background-color: #ABFDF4;
}
</style>
border-color css
<style>
span { border-color: #ABFDF4; }
span { border-color: rgb(171,253,244); }
td.TdClassName
{
border-color: #ABFDF4;
}
.TagClassName
{
border-color: #ABFDF4;
}
</style>