#3dced2

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

Shades of Medium Turquoise #3DCED2

Tints of Medium Turquoise #3DCED2

Color information

#3DCED2 (or 0x3DCED2) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CE and D2. RGB value is (61,206,210). Sum of RGB (Red+Green+Blue) = 61+206+210=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DCED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCED2 is #C2312D. Grayscale: #A2A2A2. Windows color (decimal): -12726574 or 13815357. OLE color: 13815357.

HSL color Cylindrical-coordinate representation of color #3DCED2: hue angle of 181.61º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCED2 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61206210-
CMYK0.710.0200.18
HSL181.61º62.34%53.14%-
HSV(B)181.61º70.95%82.35%-
XYZ35.6349.7968.7-
YUV163.1154.4655.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.79%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=12.79%
G=43.19%
B=44.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612062100.710.0200.18181.6162.3453.14
Hex3DCED2472012b63e35
Octal7531632210720222667665
Binary111101110011101101001010001111001001010110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dced2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,206,210); }

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

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

 a { background-color: rgb(61,206,210); }

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

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

 span { border-color: rgb(61,206,210); }

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