#9AEFE9

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

Shades of Pale Turquoise #9AEFE9

Tints of Pale Turquoise #9AEFE9

Color information

#9AEFE9 (or 0x9AEFE9) is unknown color: approx Pale Turquoise. HEX triplet: 9A, EF and E9. RGB value is (154,239,233). Sum of RGB (Red+Green+Blue) = 154+239+233=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEFE9 is #651016. Grayscale: #D4D4D4. Windows color (decimal): -6623255 or 15331226. OLE color: 15331226.

HSL color Cylindrical-coordinate representation of color #9AEFE9: hue angle of 175.76º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFE9 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB154239233-
CMYK0.3600.030.06
HSL175.76º72.65%77.06%-
HSV(B)175.76º35.56%93.73%-
XYZ58.974.4988.36-
YUV212.9139.3485.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.60%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=24.60%
G=38.18%
B=37.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542392330.3600.030.06175.7672.6577.06
Hex9AEFE924036b0494d
Octal23235735144036260111115
Binary1001101011101111111010011001000111101011000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,239,233); }

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

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

 a { background-color: rgb(154,239,233); }

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

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

 span { border-color: rgb(154,239,233); }

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