#9AEDE5

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

Shades of Pale Turquoise #9AEDE5

Tints of Pale Turquoise #9AEDE5

Color information

#9AEDE5 (or 0x9AEDE5) is unknown color: approx Pale Turquoise. HEX triplet: 9A, ED and E5. RGB value is (154,237,229). Sum of RGB (Red+Green+Blue) = 154+237+229=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDE5 is #65121A. Grayscale: #D3D3D3. Windows color (decimal): -6623771 or 15068570. OLE color: 15068570.

HSL color Cylindrical-coordinate representation of color #9AEDE5: hue angle of 174.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDE5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB154237229-
CMYK0.3500.030.07
HSL174.22º69.75%76.67%-
HSV(B)174.22º35.02%92.94%-
XYZ57.7573.185.19-
YUV211.2713887.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=24.84%
G=38.23%
B=36.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542372290.3500.030.07174.2269.7576.67
Hex9AEDE523037ae464d
Octal23235534543037256106115
Binary1001101011101101111001011000110111111010111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEDE5; }

 p { color: rgb(154,237,229); }

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

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

 a { background-color: rgb(154,237,229); }

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

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

 span { border-color: rgb(154,237,229); }

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