#3DC3B7

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

Shades of Medium Turquoise #3DC3B7

Tints of Medium Turquoise #3DC3B7

Color information

#3DC3B7 (or 0x3DC3B7) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C3 and B7. RGB value is (61,195,183). Sum of RGB (Red+Green+Blue) = 61+195+183=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC3B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC3B7 is #C23C48. Grayscale: #999999. Windows color (decimal): -12729417 or 12043069. OLE color: 12043069.

HSL color Cylindrical-coordinate representation of color #3DC3B7: hue angle of 174.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC3B7 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB61195183-
CMYK0.6900.060.24
HSL174.63º52.76%50.2%-
HSV(B)174.63º68.72%76.47%-
XYZ29.9943.4451.6-
YUV153.57144.6161.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.90%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=13.90%
G=44.42%
B=41.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611951830.6900.060.24174.6352.7650.2
Hex3DC3B7450618af3532
Octal7530326710506302576562
Binary1111011100001110110111100010101101100010101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,183); }

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

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

 a { background-color: rgb(61,195,183); }

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

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

 span { border-color: rgb(61,195,183); }

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