#3dc0b5

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

Shades of Medium Turquoise #3DC0B5

Tints of Medium Turquoise #3DC0B5

Color information

#3DC0B5 (or 0x3DC0B5) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C0 and B5. RGB value is (61,192,181). Sum of RGB (Red+Green+Blue) = 61+192+181=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0B5 is #C23F4A. Grayscale: #979797. Windows color (decimal): -12730187 or 11911229. OLE color: 11911229.

HSL color Cylindrical-coordinate representation of color #3DC0B5: hue angle of 174.96º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC0B5 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB61192181-
CMYK0.6800.060.25
HSL174.96º51.78%49.61%-
HSV(B)174.96º68.23%75.29%-
XYZ29.1142.0350.29-
YUV151.58144.663.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.06%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=14.06%
G=44.24%
B=41.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611921810.6800.060.25174.9651.7849.61
Hex3DC0B5440619af3432
Octal7530026510406312576462
Binary1111011100000010110101100010001101100110101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dc0b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,192,181); }

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

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

 a { background-color: rgb(61,192,181); }

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

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

 span { border-color: rgb(61,192,181); }

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