#ABF1EB

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

Shades of Pale Turquoise #ABF1EB

Tints of Pale Turquoise #ABF1EB

Color information

#ABF1EB (or 0xABF1EB) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and EB. RGB value is (171,241,235). Sum of RGB (Red+Green+Blue) = 171+241+235=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1EB is #540E14. Grayscale: #DBDBDB. Windows color (decimal): -5508629 or 15462827. OLE color: 15462827.

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

Color convert

RGB171241235-
CMYK0.2900.020.05
HSL174.86º71.43%80.78%-
HSV(B)174.86º29.05%94.51%-
XYZ63.2577.5790.24-
YUV219.39136.8193.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=26.43%
G=37.25%
B=36.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412350.2900.020.05174.8671.4380.78
HexABF1EB1D025af4751
Octal25336135335025257107121
Binary101010111111000111101011111010101011010111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1EB; }

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

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

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

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

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

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

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

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