Html Css Color HEX #3DC5BA Medium Turquoise

📋 copy color: '#3DC5BA'

red 61 ◦ green 197 ◦ blue 186

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

Shades of Medium Turquoise #3DC5BA

Tints of Medium Turquoise #3DC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.37%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 13.74%
G = 44.37%
B = 41.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#3DC5BA (or 0x3DC5BA) is known color: Medium Turquoise. HEX triplet: 3D, C5 and BA. RGB value is (61,197,186). Sum of RGB (Red+Green+Blue) = 61+197+186=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5BA is #C23A45. Grayscale: #9A9A9A. Windows color (decimal): -12728902 or 12240189. OLE color: 12240189.

HSL color Cylindrical-coordinate representation of color #3DC5BA: hue angle of 175.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC5BA is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 197 186 -
CMYK 0.69 0 0.06 0.23
HSL 175.15º 0.54% 0.51% -
HSV(B) 175.15º 0.69% 0.77% -
XYZ 30.75 44.47 53.42 -
YUV 155.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 61 197 186 0.69 0 0.06 0.23 175.15 0.54 0.51
Hex 3D C5 BA 45 0 6 17 AF 36 33
Octal 75 305 272 105 0 6 27 257 66 63
Binary 111101 11000101 10111010 1000101 0 110 10111 10101111 110110 110011

Color Harmonies of #3DC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC5BA

Black with #3DC5BA

Text Example


Text Example

White with #3DC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,197,186); }

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

background-color css

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

 a { background-color: rgb(61,197,186); }

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

border-color css

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

 span { border-color: rgb(61,197,186); }

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