#9CFCEB

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

Shades of Pale Turquoise #9CFCEB

Tints of Pale Turquoise #9CFCEB

Color information

#9CFCEB (or 0x9CFCEB) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FC and EB. RGB value is (156,252,235). Sum of RGB (Red+Green+Blue) = 156+252+235=643 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.26% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCEB is #630314. Grayscale: #DDDDDD. Windows color (decimal): -6488853 or 15465628. OLE color: 15465628.

HSL color Cylindrical-coordinate representation of color #9CFCEB: hue angle of 169.38º 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 #9CFCEB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB156252235-
CMYK0.3800.070.01
HSL169.38º94.12%80%-
HSV(B)169.38º38.1%98.82%-
XYZ63.5282.6991.21-
YUV221.36135.781.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.26%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=24.26%
G=39.19%
B=36.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562522350.3800.070.01169.3894.1280
Hex9CFCEB26071a95e50
Octal23437435346071251136120
Binary100111001111110011101011100110011111010100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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