#9EF3F6

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

Shades of Pale Turquoise #9EF3F6

Tints of Pale Turquoise #9EF3F6

Color information

#9EF3F6 (or 0x9EF3F6) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F3 and F6. RGB value is (158,243,246). Sum of RGB (Red+Green+Blue) = 158+243+246=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #9EF3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3F6 is #610C09. Grayscale: #D9D9D9. Windows color (decimal): -6360074 or 16184222. OLE color: 16184222.

HSL color Cylindrical-coordinate representation of color #9EF3F6: hue angle of 182.05º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF3F6 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158243246-
CMYK0.360.0100.04
HSL182.05º83.02%79.22%-
HSV(B)182.05º35.77%96.47%-
XYZ62.7978.0298.94-
YUV217.93143.8485.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=24.42%
G=37.56%
B=38.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582432460.360.0100.04182.0583.0279.22
Hex9EF3F624104b6534f
Octal23636336644104266123117
Binary100111101111001111110110100100101001011011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,243,246); }

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

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

 a { background-color: rgb(158,243,246); }

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

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

 span { border-color: rgb(158,243,246); }

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