#ABF1E6

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

Shades of Pale Turquoise #ABF1E6

Tints of Pale Turquoise #ABF1E6

Color information

#ABF1E6 (or 0xABF1E6) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and E6. RGB value is (171,241,230). Sum of RGB (Red+Green+Blue) = 171+241+230=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1E6 is #540E19. Grayscale: #DADADA. Windows color (decimal): -5508634 or 15135147. OLE color: 15135147.

HSL color Cylindrical-coordinate representation of color #ABF1E6: hue angle of 170.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 #ABF1E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB171241230-
CMYK0.2900.050.05
HSL170.57º71.43%80.78%-
HSV(B)170.57º29.05%94.51%-
XYZ62.5377.2886.48-
YUV218.82134.3193.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=26.64%
G=37.54%
B=35.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412300.2900.050.05170.5771.4380.78
HexABF1E61D055ab4751
Octal25336134635055253107121
Binary1010101111110001111001101110101011011010101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1E6; }

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

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

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

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

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

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

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

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