#ABE7E6

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

Shades of Pale Turquoise #ABE7E6

Tints of Pale Turquoise #ABE7E6

Color information

#ABE7E6 (or 0xABE7E6) is unknown color: approx Pale Turquoise. HEX triplet: AB, E7 and E6. RGB value is (171,231,230). Sum of RGB (Red+Green+Blue) = 171+231+230=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7E6 is #541819. Grayscale: #D4D4D4. Windows color (decimal): -5511194 or 15132587. OLE color: 15132587.

HSL color Cylindrical-coordinate representation of color #ABE7E6: hue angle of 179º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7E6 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB171231230-
CMYK0.2600.000.09
HSL179º55.56%78.82%-
HSV(B)179º25.97%90.59%-
XYZ59.6571.5285.52-
YUV212.95137.6298.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 231 (90.62% from 255) = 36.55%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=27.06%
G=36.55%
B=36.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712312300.2600.000.0917955.5678.82
HexABE7E61A009b3384f
Octal25334734632001126370117
Binary10101011111001111110011011010001001101100111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7E6; }

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

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

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

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

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

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

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

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