#ABEDE7

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

Shades of Pale Turquoise #ABEDE7

Tints of Pale Turquoise #ABEDE7

Color information

#ABEDE7 (or 0xABEDE7) is unknown color: approx Pale Turquoise. HEX triplet: AB, ED and E7. RGB value is (171,237,231). Sum of RGB (Red+Green+Blue) = 171+237+231=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDE7 is #541218. Grayscale: #D8D8D8. Windows color (decimal): -5509657 or 15199659. OLE color: 15199659.

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

Color convert

RGB171237231-
CMYK0.2800.030.07
HSL174.55º64.71%80%-
HSV(B)174.55º27.85%92.94%-
XYZ61.57586.84-
YUV216.58136.1395.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=26.76%
G=37.09%
B=36.15%

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
Decimal1712372310.2800.030.07174.5564.7180
HexABEDE71C037af4150
Octal25335534734037257101120
Binary101010111110110111100111111000111111010111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDE7; }

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

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

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

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

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

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

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

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