#9AEBE2

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

Shades of Pale Turquoise #9AEBE2

Tints of Pale Turquoise #9AEBE2

Color information

#9AEBE2 (or 0x9AEBE2) is unknown color: approx Pale Turquoise. HEX triplet: 9A, EB and E2. RGB value is (154,235,226). Sum of RGB (Red+Green+Blue) = 154+235+226=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBE2 is #65141D. Grayscale: #D1D1D1. Windows color (decimal): -6624286 or 14871450. OLE color: 14871450.

HSL color Cylindrical-coordinate representation of color #9AEBE2: hue angle of 173.33º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBE2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB154235226-
CMYK0.3400.040.08
HSL173.33º66.94%76.27%-
HSV(B)173.33º34.47%92.16%-
XYZ56.7671.7882.81-
YUV209.76137.1688.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=25.04%
G=38.21%
B=36.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352260.3400.040.08173.3366.9476.27
Hex9AEBE222048ad434c
Octal232353342420410255103114
Binary100110101110101111100010100010010010001010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,226); }

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

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

 a { background-color: rgb(154,235,226); }

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

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

 span { border-color: rgb(154,235,226); }

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