Html Css Color HEX #3DC6B3 Medium Turquoise

📋 copy color: '#3DC6B3'

red 61 ◦ green 198 ◦ blue 179

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

Shades of Medium Turquoise #3DC6B3

Tints of Medium Turquoise #3DC6B3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 13.93%
G = 45.21%
B = 40.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#3DC6B3 (or 0x3DC6B3) is known color: Medium Turquoise. HEX triplet: 3D, C6 and B3. RGB value is (61,198,179). Sum of RGB (Red+Green+Blue) = 61+198+179=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC6B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC6B3 is #C2394C. Grayscale: #9A9A9A. Windows color (decimal): -12728653 or 11781693. OLE color: 11781693.

HSL color Cylindrical-coordinate representation of color #3DC6B3: hue angle of 171.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC6B3 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 179 -
CMYK 0.69 0 0.10 0.22
HSL 171.68º 0.55% 0.51% -
HSV(B) 171.68º 0.69% 0.78% -
XYZ 30.26 44.63 49.67 -
YUV 154.87 141.61 61.04 -
System Red Green Blue C M Y K H S L
Decimal 61 198 179 0.69 0 0.10 0.22 171.68 0.55 0.51
Hex 3D C6 B3 45 0 A 16 AC 37 33
Octal 75 306 263 105 0 12 26 254 67 63
Binary 111101 11000110 10110011 1000101 0 1010 10110 10101100 110111 110011

Color Harmonies of #3DC6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC6B3

Black with #3DC6B3

Text Example


Text Example

White with #3DC6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,198,179); }

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

background-color css

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

 a { background-color: rgb(61,198,179); }

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

border-color css

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

 span { border-color: rgb(61,198,179); }

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