#ABF1ED

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

Shades of Pale Turquoise #ABF1ED

Tints of Pale Turquoise #ABF1ED

Color information

#ABF1ED (or 0xABF1ED) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and ED. RGB value is (171,241,237). Sum of RGB (Red+Green+Blue) = 171+241+237=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1ED is #540E12. Grayscale: #DBDBDB. Windows color (decimal): -5508627 or 15593899. OLE color: 15593899.

HSL color Cylindrical-coordinate representation of color #ABF1ED: hue angle of 176.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1ED is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB171241237-
CMYK0.2900.020.05
HSL176.57º71.43%80.78%-
HSV(B)176.57º29.05%94.51%-
XYZ63.5477.6891.77-
YUV219.61137.8193.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=26.35%
G=37.13%
B=36.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412370.2900.020.05176.5771.4380.78
HexABF1ED1D025b14751
Octal25336135535025261107121
Binary101010111111000111101101111010101011011000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1ED; }

 p { color: rgb(171,241,237); }

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

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

 a { background-color: rgb(171,241,237); }

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

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

 span { border-color: rgb(171,241,237); }

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