#ABF1E9

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

Shades of Pale Turquoise #ABF1E9

Tints of Pale Turquoise #ABF1E9

Color information

#ABF1E9 (or 0xABF1E9) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and E9. RGB value is (171,241,233). Sum of RGB (Red+Green+Blue) = 171+241+233=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1E9 is #540E16. Grayscale: #DBDBDB. Windows color (decimal): -5508631 or 15331755. OLE color: 15331755.

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

Color convert

RGB171241233-
CMYK0.2900.030.05
HSL173.14º71.43%80.78%-
HSV(B)173.14º29.05%94.51%-
XYZ62.9677.4588.72-
YUV219.16135.8193.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=26.51%
G=37.36%
B=36.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412330.2900.030.05173.1471.4380.78
HexABF1E91D035ad4751
Octal25336135135035255107121
Binary101010111111000111101001111010111011010110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1E9; }

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

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

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

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

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

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

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

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