#9EF2E6

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

Shades of Pale Turquoise #9EF2E6

Tints of Pale Turquoise #9EF2E6

Color information

#9EF2E6 (or 0x9EF2E6) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F2 and E6. RGB value is (158,242,230). Sum of RGB (Red+Green+Blue) = 158+242+230=630 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.08% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2E6 is #610D19. Grayscale: #D7D7D7. Windows color (decimal): -6360346 or 15135390. OLE color: 15135390.

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

Color convert

RGB158242230-
CMYK0.3500.050.05
HSL171.43º76.36%78.43%-
HSV(B)171.43º34.71%94.9%-
XYZ60.1476.4986.46-
YUV215.52136.1786.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.08%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 230 (90.23% from 255) = 36.51%
R=25.08%
G=38.41%
B=36.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582422300.3500.050.05171.4376.3678.43
Hex9EF2E623055ab4c4e
Octal23636234643055253114116
Binary10011110111100101110011010001101011011010101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,230); }

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

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

 a { background-color: rgb(158,242,230); }

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

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

 span { border-color: rgb(158,242,230); }

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