#3DC4D0

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

Shades of Medium Turquoise #3DC4D0

Tints of Medium Turquoise #3DC4D0

Color information

#3DC4D0 (or 0x3DC4D0) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C4 and D0. RGB value is (61,196,208). Sum of RGB (Red+Green+Blue) = 61+196+208=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #3DC4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC4D0 is #C23B2F. Grayscale: #9C9C9C. Windows color (decimal): -12729136 or 13681725. OLE color: 13681725.

HSL color Cylindrical-coordinate representation of color #3DC4D0: hue angle of 184.9º degrees, saturation: 0.61, 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 #3DC4D0 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61196208-
CMYK0.710.0600.18
HSL184.9º61%52.75%-
HSV(B)184.9º70.67%81.57%-
XYZ33.0545.0366.62-
YUV157156.7759.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.12%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=13.12%
G=42.15%
B=44.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611962080.710.0600.18184.96152.75
Hex3DC4D0476012b93d35
Octal7530432010760222717565
Binary1111011100010011010000100011111001001010111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,196,208); }

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

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

 a { background-color: rgb(61,196,208); }

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

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

 span { border-color: rgb(61,196,208); }

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