#9EEBE4

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

Shades of Pale Turquoise #9EEBE4

Tints of Pale Turquoise #9EEBE4

Color information

#9EEBE4 (or 0x9EEBE4) is unknown color: approx Pale Turquoise. HEX triplet: 9E, EB and E4. RGB value is (158,235,228). Sum of RGB (Red+Green+Blue) = 158+235+228=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBE4 is #61141B. Grayscale: #D3D3D3. Windows color (decimal): -6362140 or 15002526. OLE color: 15002526.

HSL color Cylindrical-coordinate representation of color #9EEBE4: hue angle of 174.55º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBE4 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB158235228-
CMYK0.3300.030.08
HSL174.55º65.81%77.06%-
HSV(B)174.55º32.77%92.16%-
XYZ57.8172.2984.3-
YUV211.18137.4990.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.44%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=25.44%
G=37.84%
B=36.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582352280.3300.030.08174.5565.8177.06
Hex9EEBE421038af424d
Octal236353344410310257102115
Binary10011110111010111110010010000101110001010111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,235,228); }

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

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

 a { background-color: rgb(158,235,228); }

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

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

 span { border-color: rgb(158,235,228); }

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