#9FEFEC

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

Shades of Pale Turquoise #9FEFEC

Tints of Pale Turquoise #9FEFEC

Color information

#9FEFEC (or 0x9FEFEC) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EF and EC. RGB value is (159,239,236). Sum of RGB (Red+Green+Blue) = 159+239+236=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFEC is #601013. Grayscale: #D6D6D6. Windows color (decimal): -6295572 or 15527839. OLE color: 15527839.

HSL color Cylindrical-coordinate representation of color #9FEFEC: hue angle of 177.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFEC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB159239236-
CMYK0.3300.010.06
HSL177.75º71.43%78.04%-
HSV(B)177.75º33.47%93.73%-
XYZ60.375.1690.69-
YUV214.7414088.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.08%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=25.08%
G=37.70%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392360.3300.010.06177.7571.4378.04
Hex9FEFEC21016b2474e
Octal23735735441016262107116
Binary100111111110111111101100100001011101011001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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