#9AEFE3

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

Shades of Pale Turquoise #9AEFE3

Tints of Pale Turquoise #9AEFE3

Color information

#9AEFE3 (or 0x9AEFE3) is unknown color: approx Pale Turquoise. HEX triplet: 9A, EF and E3. RGB value is (154,239,227). Sum of RGB (Red+Green+Blue) = 154+239+227=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEFE3 is #65101C. Grayscale: #D4D4D4. Windows color (decimal): -6623261 or 14938010. OLE color: 14938010.

HSL color Cylindrical-coordinate representation of color #9AEFE3: hue angle of 171.53º 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 #9AEFE3 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB154239227-
CMYK0.3600.050.06
HSL171.53º72.65%77.06%-
HSV(B)171.53º35.56%93.73%-
XYZ58.0674.1583.93-
YUV212.22136.3486.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=24.84%
G=38.55%
B=36.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542392270.3600.050.06171.5372.6577.06
Hex9AEFE324056ac494d
Octal23235734344056254111115
Binary10011010111011111110001110010001011101010110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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