#9CF5EA

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

Shades of Pale Turquoise #9CF5EA

Tints of Pale Turquoise #9CF5EA

Color information

#9CF5EA (or 0x9CF5EA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F5 and EA. RGB value is (156,245,234). Sum of RGB (Red+Green+Blue) = 156+245+234=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF5EA is #630A15. Grayscale: #D9D9D9. Windows color (decimal): -6490646 or 15398300. OLE color: 15398300.

HSL color Cylindrical-coordinate representation of color #9CF5EA: hue angle of 172.58º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5EA is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB156245234-
CMYK0.3600.040.04
HSL172.58º81.65%78.63%-
HSV(B)172.58º36.33%96.08%-
XYZ61.2178.3189.73-
YUV217.14137.5184.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.57%
GREEN value IS 245 (96.09% from 255) = 38.58%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=24.57%
G=38.58%
B=36.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562452340.3600.040.04172.5881.6578.63
Hex9CF5EA24044ad524f
Octal23436535244044255122117
Binary10011100111101011110101010010001001001010110110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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