#ABEBE7

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

Shades of Pale Turquoise #ABEBE7

Tints of Pale Turquoise #ABEBE7

Color information

#ABEBE7 (or 0xABEBE7) is unknown color: approx Pale Turquoise. HEX triplet: AB, EB and E7. RGB value is (171,235,231). Sum of RGB (Red+Green+Blue) = 171+235+231=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBE7 is #541418. Grayscale: #D7D7D7. Windows color (decimal): -5510169 or 15199147. OLE color: 15199147.

HSL color Cylindrical-coordinate representation of color #ABEBE7: hue angle of 176.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE7 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB171235231-
CMYK0.2700.020.08
HSL176.25º61.54%79.61%-
HSV(B)176.25º27.23%92.16%-
XYZ60.9373.8486.64-
YUV215.41136.896.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=26.84%
G=36.89%
B=36.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712352310.2700.020.08176.2561.5479.61
HexABEBE71B028b03e50
Octal25335334733021026076120
Binary101010111110101111100111110110101000101100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBE7; }

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

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

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

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

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

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

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

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