#3CD5C0

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

Shades of Medium Turquoise #3CD5C0

Tints of Medium Turquoise #3CD5C0

Color information

#3CD5C0 (or 0x3CD5C0) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D5 and C0. RGB value is (60,213,192). Sum of RGB (Red+Green+Blue) = 60+213+192=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD5C0 is #C32A3F. Grayscale: #A4A4A4. Windows color (decimal): -12790336 or 12637500. OLE color: 12637500.

HSL color Cylindrical-coordinate representation of color #3CD5C0: hue angle of 171.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD5C0 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB60213192-
CMYK0.7200.100.16
HSL171.76º64.56%53.53%-
HSV(B)171.76º71.83%83.53%-
XYZ35.1752.3558.12-
YUV164.86143.3153.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.90%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=12.90%
G=45.81%
B=41.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602131920.7200.100.16171.7664.5653.53
Hex3CD5C0480A10ac4136
Octal743253001100122025410166
Binary111100110101011100000010010000101010000101011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,213,192); }

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

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

 a { background-color: rgb(60,213,192); }

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

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

 span { border-color: rgb(60,213,192); }

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