#ABEBF4

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

Shades of Pale Turquoise #ABEBF4

Tints of Pale Turquoise #ABEBF4

Color information

#ABEBF4 (or 0xABEBF4) is unknown color: approx Pale Turquoise. HEX triplet: AB, EB and F4. RGB value is (171,235,244). Sum of RGB (Red+Green+Blue) = 171+235+244=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABEBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBF4 is #54140B. Grayscale: #D8D8D8. Windows color (decimal): -5510156 or 16051115. OLE color: 16051115.

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

Color convert

RGB171235244-
CMYK0.300.0400.04
HSL187.4º76.84%81.37%-
HSV(B)187.4º29.92%95.69%-
XYZ62.8374.6196.68-
YUV216.89143.395.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=26.31%
G=36.15%
B=37.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712352440.300.0400.04187.476.8481.37
HexABEBF41E404bb4d51
Octal25335336436404273115121
Binary1010101111101011111101001111010001001011101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBF4; }

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

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

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

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

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

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

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

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