#ABEEE7

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

Shades of Pale Turquoise #ABEEE7

Tints of Pale Turquoise #ABEEE7

Color information

#ABEEE7 (or 0xABEEE7) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and E7. RGB value is (171,238,231). Sum of RGB (Red+Green+Blue) = 171+238+231=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEE7 is #541118. Grayscale: #D9D9D9. Windows color (decimal): -5509401 or 15199915. OLE color: 15199915.

HSL color Cylindrical-coordinate representation of color #ABEEE7: hue angle of 173.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEE7 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB171238231-
CMYK0.2800.030.07
HSL173.73º66.34%80.2%-
HSV(B)173.73º28.15%93.33%-
XYZ61.7975.5886.93-
YUV217.17135.895.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=26.72%
G=37.19%
B=36.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712382310.2800.030.07173.7366.3480.2
HexABEEE71C037ae4250
Octal25335634734037256102120
Binary101010111110111011100111111000111111010111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEE7; }

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

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

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

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

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

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

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

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