#3CFFE0

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

Shades of Turquoise #3CFFE0

Tints of Turquoise #3CFFE0

Color information

#3CFFE0 (or 0x3CFFE0) is unknown color: approx Turquoise. HEX triplet: 3C, FF and E0. RGB value is (60,255,224). Sum of RGB (Red+Green+Blue) = 60+255+224=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFE0 is #C3001F. Grayscale: #C1C1C1. Windows color (decimal): -12779552 or 14745404. OLE color: 14745404.

HSL color Cylindrical-coordinate representation of color #3CFFE0: hue angle of 170.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFE0 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB60255224-
CMYK0.7600.120
HSL170.46º100%61.76%-
HSV(B)170.46º76.47%100%-
XYZ51.0877.8682.86-
YUV193.16145.433.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.13%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=11.13%
G=47.31%
B=41.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602552240.7600.120170.4610061.76
Hex3CFFE04C0C0aa643e
Octal74377340114014025214476
Binary11110011111111111000001001100011000101010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CFFE0; }

 p { color: rgb(60,255,224); }

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

<style>
 a { background-color: #3CFFE0; }

 a { background-color: rgb(60,255,224); }

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

<style>
 span { border-color: #3CFFE0; }

 span { border-color: rgb(60,255,224); }

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