#9CFAE8

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

Shades of Pale Turquoise #9CFAE8

Tints of Pale Turquoise #9CFAE8

Color information

#9CFAE8 (or 0x9CFAE8) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FA and E8. RGB value is (156,250,232). Sum of RGB (Red+Green+Blue) = 156+250+232=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAE8 is #630517. Grayscale: #DBDBDB. Windows color (decimal): -6489368 or 15268508. OLE color: 15268508.

HSL color Cylindrical-coordinate representation of color #9CFAE8: hue angle of 168.51º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAE8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB156250232-
CMYK0.3800.070.02
HSL168.51º90.38%79.61%-
HSV(B)168.51º37.6%98.04%-
XYZ62.4681.2788.74-
YUV219.84134.8682.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.45%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=24.45%
G=39.18%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562502320.3800.070.02168.5190.3879.61
Hex9CFAE826072a95a50
Octal23437235046072251132120
Binary1001110011111010111010001001100111101010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,232); }

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

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

 a { background-color: rgb(156,250,232); }

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

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

 span { border-color: rgb(156,250,232); }

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