Html Css Color HEX #3DC2BD Medium Turquoise

📋 copy color: '#3DC2BD'

red 61 ◦ green 194 ◦ blue 189

#3DC2BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #3DC2BD

Tints of Medium Turquoise #3DC2BD

RGB

 RED value IS 61 (24.22% from 255) = 13.74%

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 13.74%
G = 43.69%
B = 42.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#3DC2BD (or 0x3DC2BD) is known color: Medium Turquoise. HEX triplet: 3D, C2 and BD. RGB value is (61,194,189). Sum of RGB (Red+Green+Blue) = 61+194+189=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2BD is #C23D42. Grayscale: #999999. Windows color (decimal): -12729667 or 12436029. OLE color: 12436029.

HSL color Cylindrical-coordinate representation of color #3DC2BD: hue angle of 177.74º degrees, saturation: 0.52, 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 #3DC2BD is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 189 -
CMYK 0.69 0 0.03 0.24
HSL 177.74º 0.52% 0.5% -
HSV(B) 177.74º 0.69% 0.76% -
XYZ 30.4 43.25 54.89 -
YUV 153.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 61 194 189 0.69 0 0.03 0.24 177.74 0.52 0.5
Hex 3D C2 BD 45 0 3 18 B2 34 32
Octal 75 302 275 105 0 3 30 262 64 62
Binary 111101 11000010 10111101 1000101 0 11 11000 10110010 110100 110010

Color Harmonies of #3DC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC2BD

Black with #3DC2BD

Text Example


Text Example

White with #3DC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DC2BD;
 }
 .AnyTagClassName
 {
   color: #3DC2BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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