#ABEFE6

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

Shades of Pale Turquoise #ABEFE6

Tints of Pale Turquoise #ABEFE6

Color information

#ABEFE6 (or 0xABEFE6) is unknown color: approx Pale Turquoise. HEX triplet: AB, EF and E6. RGB value is (171,239,230). Sum of RGB (Red+Green+Blue) = 171+239+230=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFE6 is #541019. Grayscale: #D9D9D9. Windows color (decimal): -5509146 or 15134635. OLE color: 15134635.

HSL color Cylindrical-coordinate representation of color #ABEFE6: hue angle of 172.06º 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 #ABEFE6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB171239230-
CMYK0.2800.040.06
HSL172.06º68%80.39%-
HSV(B)172.06º28.45%93.73%-
XYZ61.9476.186.29-
YUV217.64134.9794.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=26.72%
G=37.34%
B=35.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392300.2800.040.06172.066880.39
HexABEFE61C046ac4450
Octal25335734634046254104120
Binary1010101111101111111001101110001001101010110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFE6; }

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

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

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

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

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

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

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

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