Html Css Color HEX #3DC4BB Medium Turquoise

📋 copy color: '#3DC4BB'

red 61 ◦ green 196 ◦ blue 187

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

Shades of Medium Turquoise #3DC4BB

Tints of Medium Turquoise #3DC4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.14%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 13.74%
G = 44.14%
B = 42.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#3DC4BB (or 0x3DC4BB) is known color: Medium Turquoise. HEX triplet: 3D, C4 and BB. RGB value is (61,196,187). Sum of RGB (Red+Green+Blue) = 61+196+187=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC4BB is #C23B44. Grayscale: #9A9A9A. Windows color (decimal): -12729157 or 12305469. OLE color: 12305469.

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

Color convert

RGB 61 196 187 -
CMYK 0.69 0 0.05 0.23
HSL 176º 0.53% 0.5% -
HSV(B) 176º 0.69% 0.77% -
XYZ 30.63 44.06 53.9 -
YUV 154.61 146.27 61.23 -
System Red Green Blue C M Y K H S L
Decimal 61 196 187 0.69 0 0.05 0.23 176 0.53 0.5
Hex 3D C4 BB 45 0 5 17 B0 35 32
Octal 75 304 273 105 0 5 27 260 65 62
Binary 111101 11000100 10111011 1000101 0 101 10111 10110000 110101 110010

Color Harmonies of #3DC4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC4BB

Black with #3DC4BB

Text Example


Text Example

White with #3DC4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,196,187); }

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

background-color css

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

 a { background-color: rgb(61,196,187); }

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

border-color css

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

 span { border-color: rgb(61,196,187); }

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