#9CF8EA

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

Shades of Pale Turquoise #9CF8EA

Tints of Pale Turquoise #9CF8EA

Color information

#9CF8EA (or 0x9CF8EA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F8 and EA. RGB value is (156,248,234). Sum of RGB (Red+Green+Blue) = 156+248+234=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF8EA is #630715. Grayscale: #DADADA. Windows color (decimal): -6489878 or 15399068. OLE color: 15399068.

HSL color Cylindrical-coordinate representation of color #9CF8EA: hue angle of 170.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF8EA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB156248234-
CMYK0.3700.060.03
HSL170.87º86.79%79.22%-
HSV(B)170.87º37.1%97.25%-
XYZ62.1380.1490.04-
YUV218.9136.5283.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.45%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=24.45%
G=38.87%
B=36.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1562482340.3700.060.03170.8786.7979.22
Hex9CF8EA25063ab574f
Octal23437035245063253127117
Binary1001110011111000111010101001010110111010101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,248,234); }

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

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

 a { background-color: rgb(156,248,234); }

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

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

 span { border-color: rgb(156,248,234); }

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