#ABF1EA

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

Shades of Pale Turquoise #ABF1EA

Tints of Pale Turquoise #ABF1EA

Color information

#ABF1EA (or 0xABF1EA) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and EA. RGB value is (171,241,234). Sum of RGB (Red+Green+Blue) = 171+241+234=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1EA is #540E15. Grayscale: #DBDBDB. Windows color (decimal): -5508630 or 15397291. OLE color: 15397291.

HSL color Cylindrical-coordinate representation of color #ABF1EA: hue angle of 174º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1EA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB171241234-
CMYK0.2900.030.05
HSL174º71.43%80.78%-
HSV(B)174º29.05%94.51%-
XYZ63.177.5189.48-
YUV219.27136.3193.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.47%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=26.47%
G=37.31%
B=36.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412340.2900.030.0517471.4380.78
HexABF1EA1D035ae4751
Octal25336135235035256107121
Binary101010111111000111101010111010111011010111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1EA; }

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

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

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

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

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

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

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

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