Html Css Color HEX #3DC0B3 Medium Turquoise

📋 copy color: '#3DC0B3'

red 61 ◦ green 192 ◦ blue 179

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

Shades of Medium Turquoise #3DC0B3

Tints of Medium Turquoise #3DC0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 14.12%
G = 44.44%
B = 41.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#3DC0B3 (or 0x3DC0B3) is known color: Medium Turquoise. HEX triplet: 3D, C0 and B3. RGB value is (61,192,179). Sum of RGB (Red+Green+Blue) = 61+192+179=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0B3 is #C23F4C. Grayscale: #979797. Windows color (decimal): -12730189 or 11780157. OLE color: 11780157.

HSL color Cylindrical-coordinate representation of color #3DC0B3: hue angle of 174.05º 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 #3DC0B3 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 179 -
CMYK 0.68 0 0.07 0.25
HSL 174.05º 0.52% 0.5% -
HSV(B) 174.05º 0.68% 0.75% -
XYZ 28.91 41.95 49.22 -
YUV 151.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 61 192 179 0.68 0 0.07 0.25 174.05 0.52 0.5
Hex 3D C0 B3 44 0 7 19 AE 34 32
Octal 75 300 263 104 0 7 31 256 64 62
Binary 111101 11000000 10110011 1000100 0 111 11001 10101110 110100 110010

Color Harmonies of #3DC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC0B3

Black with #3DC0B3

Text Example


Text Example

White with #3DC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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