#abeee8

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

Shades of Pale Turquoise #ABEEE8

Tints of Pale Turquoise #ABEEE8

Color information

#ABEEE8 (or 0xABEEE8) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and E8. RGB value is (171,238,232). Sum of RGB (Red+Green+Blue) = 171+238+232=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEE8 is #541117. Grayscale: #D9D9D9. Windows color (decimal): -5509400 or 15265451. OLE color: 15265451.

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

Color convert

RGB171238232-
CMYK0.2800.030.07
HSL174.63º66.34%80.2%-
HSV(B)174.63º28.15%93.33%-
XYZ61.9375.6387.68-
YUV217.28136.394.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=26.68%
G=37.13%
B=36.19%

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
Decimal1712382320.2800.030.07174.6366.3480.2
HexABEEE81C037af4250
Octal25335635034037257102120
Binary101010111110111011101000111000111111010111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abeee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abeee8; }

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

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

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

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

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

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

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

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