#9EF1EA

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

Shades of Pale Turquoise #9EF1EA

Tints of Pale Turquoise #9EF1EA

Color information

#9EF1EA (or 0x9EF1EA) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F1 and EA. RGB value is (158,241,234). Sum of RGB (Red+Green+Blue) = 158+241+234=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF1EA is #610E15. Grayscale: #D7D7D7. Windows color (decimal): -6360598 or 15397278. OLE color: 15397278.

HSL color Cylindrical-coordinate representation of color #9EF1EA: hue angle of 174.94º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1EA is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB158241234-
CMYK0.3400.030.05
HSL174.94º74.77%78.24%-
HSV(B)174.94º34.44%94.51%-
XYZ60.4176.1289.35-
YUV215.38138.587.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.96%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=24.96%
G=38.07%
B=36.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582412340.3400.030.05174.9474.7778.24
Hex9EF1EA22035af4b4e
Octal23636135242035257113116
Binary1001111011110001111010101000100111011010111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,241,234); }

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

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

 a { background-color: rgb(158,241,234); }

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

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

 span { border-color: rgb(158,241,234); }

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