#9FF6EC

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

Shades of Pale Turquoise #9FF6EC

Tints of Pale Turquoise #9FF6EC

Color information

#9FF6EC (or 0x9FF6EC) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F6 and EC. RGB value is (159,246,236). Sum of RGB (Red+Green+Blue) = 159+246+236=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF6EC is #600913. Grayscale: #DADADA. Windows color (decimal): -6293780 or 15529631. OLE color: 15529631.

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

Color convert

RGB159246236-
CMYK0.3500.040.04
HSL173.1º82.86%79.41%-
HSV(B)173.1º35.37%96.47%-
XYZ62.3979.3491.38-
YUV218.85137.6885.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.80%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=24.80%
G=38.38%
B=36.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592462360.3500.040.04173.182.8679.41
Hex9FF6EC23044ad534f
Octal23736635443044255123117
Binary10011111111101101110110010001101001001010110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,246,236); }

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

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

 a { background-color: rgb(159,246,236); }

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

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

 span { border-color: rgb(159,246,236); }

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