#9CFCE9

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

Shades of Pale Turquoise #9CFCE9

Tints of Pale Turquoise #9CFCE9

Color information

#9CFCE9 (or 0x9CFCE9) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FC and E9. RGB value is (156,252,233). Sum of RGB (Red+Green+Blue) = 156+252+233=641 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.34% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCE9 is #630316. Grayscale: #DDDDDD. Windows color (decimal): -6488855 or 15334556. OLE color: 15334556.

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

Color convert

RGB156252233-
CMYK0.3800.080.01
HSL168.12º94.12%80%-
HSV(B)168.12º38.1%98.82%-
XYZ63.2382.5789.7-
YUV221.13134.781.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.34%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=24.34%
G=39.31%
B=36.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562522330.3800.080.01168.1294.1280
Hex9CFCE926081a85e50
Octal234374351460101250136120
Binary1001110011111100111010011001100100011010100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,252,233); }

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

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

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

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

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

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

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