#ABE7EB

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

Shades of Pale Turquoise #ABE7EB

Tints of Pale Turquoise #ABE7EB

Color information

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

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

Color convert

RGB171231235-
CMYK0.270.0200.08
HSL183.75º61.54%79.61%-
HSV(B)183.75º27.23%92.16%-
XYZ60.3771.8189.28-
YUV213.52140.1297.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712312350.270.0200.08183.7561.5479.61
HexABE7EB1B208b83e50
Octal25334735333201027076120
Binary101010111110011111101011110111001000101110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7EB; }

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

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

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

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

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

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

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

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