#ABF5EA

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

Shades of Pale Turquoise #ABF5EA

Tints of Pale Turquoise #ABF5EA

Color information

#ABF5EA (or 0xABF5EA) is unknown color: approx Pale Turquoise. HEX triplet: AB, F5 and EA. RGB value is (171,245,234). Sum of RGB (Red+Green+Blue) = 171+245+234=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF5EA is #540A15. Grayscale: #DDDDDD. Windows color (decimal): -5507606 or 15398315. OLE color: 15398315.

HSL color Cylindrical-coordinate representation of color #ABF5EA: hue angle of 171.08º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5EA is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB171245234-
CMYK0.3000.040.04
HSL171.08º78.72%81.57%-
HSV(B)171.08º30.2%96.08%-
XYZ64.379.989.88-
YUV221.62134.9891.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 234 (91.80% from 255) = 36%
R=26.31%
G=37.69%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712452340.3000.040.04171.0878.7281.57
HexABF5EA1E044ab4f52
Octal25336535236044253117122
Binary1010101111110101111010101111001001001010101110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5EA; }

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

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

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

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

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

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

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

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