#9EFCFC

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

Shades of Pale Turquoise #9EFCFC

Tints of Pale Turquoise #9EFCFC

Color information

#9EFCFC (or 0x9EFCFC) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FC and FC. RGB value is (158,252,252). Sum of RGB (Red+Green+Blue) = 158+252+252=662 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.87% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #9EFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFCFC is #610303. Grayscale: #DFDFDF. Windows color (decimal): -6357764 or 16579742. OLE color: 16579742.

HSL color Cylindrical-coordinate representation of color #9EFCFC: hue angle of 180º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCFC is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158252252-
CMYK0.37000.01
HSL180º94%80.39%-
HSV(B)180º37.3%98.82%-
XYZ66.4883.92104.79-
YUV223.89143.8681-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.87%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=23.87%
G=38.07%
B=38.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582522520.37000.011809480.39
Hex9EFCFC25001b45e50
Octal23637437445001264136120
Binary1001111011111100111111001001010011011010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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