#ABEFED

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

Shades of Pale Turquoise #ABEFED

Tints of Pale Turquoise #ABEFED

Color information

#ABEFED (or 0xABEFED) is unknown color: approx Pale Turquoise. HEX triplet: AB, EF and ED. RGB value is (171,239,237). Sum of RGB (Red+Green+Blue) = 171+239+237=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFED is #541012. Grayscale: #DADADA. Windows color (decimal): -5509139 or 15593387. OLE color: 15593387.

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

Color convert

RGB171239237-
CMYK0.2800.010.06
HSL178.24º68%80.39%-
HSV(B)178.24º28.45%93.73%-
XYZ62.9576.5191.57-
YUV218.44138.4794.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=26.43%
G=36.94%
B=36.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392370.2800.010.06178.246880.39
HexABEFED1C016b24450
Octal25335735534016262104120
Binary10101011111011111110110111100011101011001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFED; }

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

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

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

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

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

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

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

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