#3DC2CC

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

Shades of Medium Turquoise #3DC2CC

Tints of Medium Turquoise #3DC2CC

Color information

#3DC2CC (or 0x3DC2CC) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C2 and CC. RGB value is (61,194,204). Sum of RGB (Red+Green+Blue) = 61+194+204=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DC2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2CC is #C23D33. Grayscale: #9B9B9B. Windows color (decimal): -12729652 or 13419069. OLE color: 13419069.

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

Color convert

RGB61194204-
CMYK0.700.0500.2
HSL184.2º58.37%51.96%-
HSV(B)184.2º70.1%80%-
XYZ32.1243.9463.91-
YUV155.37155.4460.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.29%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=13.29%
G=42.27%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal611942040.700.0500.2184.258.3751.96
Hex3DC2CC465014b83a34
Octal7530231410650242707264
Binary1111011100001011001100100011010101010010111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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