#3DCCC6

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

Shades of Medium Turquoise #3DCCC6

Tints of Medium Turquoise #3DCCC6

Color information

#3DCCC6 (or 0x3DCCC6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CC and C6. RGB value is (61,204,198). Sum of RGB (Red+Green+Blue) = 61+204+198=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCC6 is #C23339. Grayscale: #A0A0A0. Windows color (decimal): -12727098 or 13028413. OLE color: 13028413.

HSL color Cylindrical-coordinate representation of color #3DCCC6: hue angle of 177.48º degrees, saturation: 0.58, 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 #3DCCC6 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB61204198-
CMYK0.7000.030.2
HSL177.48º58.37%51.96%-
HSV(B)177.48º70.1%80%-
XYZ33.7148.2660.96-
YUV160.56149.1256.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.17%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=13.17%
G=44.06%
B=42.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal612041980.7000.030.2177.4858.3751.96
Hex3DCCC6460314b13a34
Octal7531430610603242617264
Binary111101110011001100011010001100111010010110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,204,198); }

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

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

 a { background-color: rgb(61,204,198); }

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

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

 span { border-color: rgb(61,204,198); }

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