#ABEFE9

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

Shades of Pale Turquoise #ABEFE9

Tints of Pale Turquoise #ABEFE9

Color information

#ABEFE9 (or 0xABEFE9) is unknown color: approx Pale Turquoise. HEX triplet: AB, EF and E9. RGB value is (171,239,233). Sum of RGB (Red+Green+Blue) = 171+239+233=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFE9 is #541016. Grayscale: #D9D9D9. Windows color (decimal): -5509143 or 15331243. OLE color: 15331243.

HSL color Cylindrical-coordinate representation of color #ABEFE9: hue angle of 174.71º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFE9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB171239233-
CMYK0.2800.030.06
HSL174.71º68%80.39%-
HSV(B)174.71º28.45%93.73%-
XYZ62.3776.2788.53-
YUV217.98136.4794.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=26.59%
G=37.17%
B=36.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392330.2800.030.06174.716880.39
HexABEFE91C036af4450
Octal25335735134036257104120
Binary101010111110111111101001111000111101010111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFE9; }

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

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

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

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

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

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

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

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