#ABEEE5

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

Shades of Pale Turquoise #ABEEE5

Tints of Pale Turquoise #ABEEE5

Color information

#ABEEE5 (or 0xABEEE5) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and E5. RGB value is (171,238,229). Sum of RGB (Red+Green+Blue) = 171+238+229=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEE5 is #54111A. Grayscale: #D8D8D8. Windows color (decimal): -5509403 or 15068843. OLE color: 15068843.

HSL color Cylindrical-coordinate representation of color #ABEEE5: hue angle of 171.94º 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 #ABEEE5 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB171238229-
CMYK0.2800.040.07
HSL171.94º66.34%80.2%-
HSV(B)171.94º28.15%93.33%-
XYZ61.5175.4685.45-
YUV216.94134.895.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=26.80%
G=37.30%
B=35.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712382290.2800.040.07171.9466.3480.2
HexABEEE51C047ac4250
Octal25335634534047254102120
Binary1010101111101110111001011110001001111010110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEE5; }

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

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

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

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

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

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

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

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