#ABEDF0

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

Shades of Pale Turquoise #ABEDF0

Tints of Pale Turquoise #ABEDF0

Color information

#ABEDF0 (or 0xABEDF0) is unknown color: approx Pale Turquoise. HEX triplet: AB, ED and F0. RGB value is (171,237,240). Sum of RGB (Red+Green+Blue) = 171+237+240=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABEDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDF0 is #54120F. Grayscale: #D9D9D9. Windows color (decimal): -5509648 or 15789483. OLE color: 15789483.

HSL color Cylindrical-coordinate representation of color #ABEDF0: hue angle of 182.61º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABEDF0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171237240-
CMYK0.290.0100.06
HSL182.61º69.7%80.59%-
HSV(B)182.61º28.75%94.12%-
XYZ62.8175.5293.7-
YUV217.61140.6394.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.39%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=26.39%
G=36.57%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712372400.290.0100.06182.6169.780.59
HexABEDF01D106b74651
Octal25335536035106267106121
Binary10101011111011011111000011101101101011011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDF0; }

 p { color: rgb(171,237,240); }

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

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

 a { background-color: rgb(171,237,240); }

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

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

 span { border-color: rgb(171,237,240); }

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