#ABEEE9

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

Shades of Pale Turquoise #ABEEE9

Tints of Pale Turquoise #ABEEE9

Color information

#ABEEE9 (or 0xABEEE9) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and E9. RGB value is (171,238,233). Sum of RGB (Red+Green+Blue) = 171+238+233=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEE9 is #541116. Grayscale: #D9D9D9. Windows color (decimal): -5509399 or 15330987. OLE color: 15330987.

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

Color convert

RGB171238233-
CMYK0.2800.020.07
HSL175.52º66.34%80.2%-
HSV(B)175.52º28.15%93.33%-
XYZ62.0875.6988.43-
YUV217.4136.894.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=26.64%
G=37.07%
B=36.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712382330.2800.020.07175.5266.3480.2
HexABEEE91C027b04250
Octal25335635134027260102120
Binary101010111110111011101001111000101111011000010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEE9; }

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

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

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

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

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

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

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

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