#ABFDF5

Color #ABFDF5 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #ABFDF5

Tints of Pale Turquoise #ABFDF5

Color information

#ABFDF5 (or 0xABFDF5) is unknown color: approx Pale Turquoise. HEX triplet: AB, FD and F5. RGB value is (171,253,245). Sum of RGB (Red+Green+Blue) = 171+253+245=669 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.56% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF5 is #54020A. Grayscale: #E3E3E3. Windows color (decimal): -5505547 or 16121259. OLE color: 16121259.

HSL color Cylindrical-coordinate representation of color #ABFDF5: hue angle of 174.15º 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 #ABFDF5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB171253245-
CMYK0.3200.030.01
HSL174.15º95.35%83.14%-
HSV(B)174.15º32.41%99.22%-
XYZ68.485.599.28-
YUV227.57137.8387.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 25.56%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=25.56%
G=37.82%
B=36.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712532450.3200.030.01174.1595.3583.14
HexABFDF520031ae5f53
Octal25337536540031256137123
Binary10101011111111011111010110000001111010111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFDF5; }

 p { color: rgb(171,253,245); }

 H1.HeaderClassName
 {
   color: #ABFDF5;
 }
 .AnyTagClassName
 {
   color: #ABFDF5;
 }
</style>
background-color css

<style>
 a { background-color: #ABFDF5; }

 a { background-color: rgb(171,253,245); }

 div.DivClassName
 {
   background-color: #ABFDF5;
 }
 .BgClassName
 {
   background-color: #ABFDF5;
 }
</style>
border-color css

<style>
 span { border-color: #ABFDF5; }

 span { border-color: rgb(171,253,245); }

 td.TdClassName
 {
   border-color: #ABFDF5;
 }
 .TagClassName
 {
   border-color: #ABFDF5;
 }
</style>