#9CF3E8

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

Shades of Pale Turquoise #9CF3E8

Tints of Pale Turquoise #9CF3E8

Color information

#9CF3E8 (or 0x9CF3E8) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F3 and E8. RGB value is (156,243,232). Sum of RGB (Red+Green+Blue) = 156+243+232=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF3E8 is #630C17. Grayscale: #D7D7D7. Windows color (decimal): -6491160 or 15266716. OLE color: 15266716.

HSL color Cylindrical-coordinate representation of color #9CF3E8: hue angle of 172.41º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF3E8 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB156243232-
CMYK0.3600.050.05
HSL172.41º78.38%78.24%-
HSV(B)172.41º35.8%95.29%-
XYZ60.337788.03-
YUV215.73137.1885.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.72%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=24.72%
G=38.51%
B=36.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562432320.3600.050.05172.4178.3878.24
Hex9CF3E824055ac4e4e
Octal23436335044055254116116
Binary10011100111100111110100010010001011011010110010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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