#ABEFEA

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

Shades of Pale Turquoise #ABEFEA

Tints of Pale Turquoise #ABEFEA

Color information

#ABEFEA (or 0xABEFEA) is unknown color: approx Pale Turquoise. HEX triplet: AB, EF and EA. RGB value is (171,239,234). Sum of RGB (Red+Green+Blue) = 171+239+234=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFEA is #541015. Grayscale: #DADADA. Windows color (decimal): -5509142 or 15396779. OLE color: 15396779.

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

Color convert

RGB171239234-
CMYK0.2800.020.06
HSL175.59º68%80.39%-
HSV(B)175.59º28.45%93.73%-
XYZ62.5176.3389.28-
YUV218.1136.9794.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=26.55%
G=37.11%
B=36.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392340.2800.020.06175.596880.39
HexABEFEA1C026b04450
Octal25335735234026260104120
Binary101010111110111111101010111000101101011000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFEA; }

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

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

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

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

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

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

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

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