#9efffc

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

Shades of Pale Turquoise #9EFFFC

Tints of Pale Turquoise #9EFFFC

Color information

#9EFFFC (or 0x9EFFFC) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and FC. RGB value is (158,255,252). Sum of RGB (Red+Green+Blue) = 158+255+252=665 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.76% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFC is #610003. Grayscale: #E1E1E1. Windows color (decimal): -6356996 or 16580510. OLE color: 16580510.

HSL color Cylindrical-coordinate representation of color #9EFFFC: hue angle of 178.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFFC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB158255252-
CMYK0.3800.010
HSL178.14º100%80.98%-
HSV(B)178.14º38.04%100%-
XYZ67.4385.82105.11-
YUV225.66142.8679.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.76%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=23.76%
G=38.35%
B=37.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552520.3800.010178.1410080.98
Hex9EFFFC26010b26451
Octal23637737446010262144121
Binary1001111011111111111111001001100101011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9efffc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,252); }

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

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

 a { background-color: rgb(158,255,252); }

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

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

 span { border-color: rgb(158,255,252); }

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