#3DCDC7

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

Shades of Medium Turquoise #3DCDC7

Tints of Medium Turquoise #3DCDC7

Color information

#3DCDC7 (or 0x3DCDC7) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CD and C7. RGB value is (61,205,199). Sum of RGB (Red+Green+Blue) = 61+205+199=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDC7 is #C23238. Grayscale: #A1A1A1. Windows color (decimal): -12726841 or 13094205. OLE color: 13094205.

HSL color Cylindrical-coordinate representation of color #3DCDC7: hue angle of 177.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCDC7 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB61205199-
CMYK0.7000.030.20
HSL177.5º59.02%52.16%-
HSV(B)177.5º70.24%80.39%-
XYZ34.0648.7861.65-
YUV161.26149.2956.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.12%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=13.12%
G=44.09%
B=42.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal612051990.7000.030.20177.559.0252.16
Hex3DCDC7460314b23b34
Octal7531530710603242627364
Binary111101110011011100011110001100111010010110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,205,199); }

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

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

 a { background-color: rgb(61,205,199); }

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

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

 span { border-color: rgb(61,205,199); }

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