Html Css Color HEX #3DC8BE Medium Turquoise

📋 copy color: '#3DC8BE'

red 61 ◦ green 200 ◦ blue 190

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

Shades of Medium Turquoise #3DC8BE

Tints of Medium Turquoise #3DC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 13.53%
G = 44.35%
B = 42.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#3DC8BE (or 0x3DC8BE) is known color: Medium Turquoise. HEX triplet: 3D, C8 and BE. RGB value is (61,200,190). Sum of RGB (Red+Green+Blue) = 61+200+190=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC8BE is #C23741. Grayscale: #9D9D9D. Windows color (decimal): -12728130 or 12503101. OLE color: 12503101.

HSL color Cylindrical-coordinate representation of color #3DC8BE: hue angle of 175.68º degrees, saturation: 0.56, 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 #3DC8BE is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 200 190 -
CMYK 0.69 0 0.05 0.22
HSL 175.68º 0.56% 0.51% -
HSV(B) 175.68º 0.7% 0.78% -
XYZ 31.87 46.02 55.92 -
YUV 157.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 61 200 190 0.69 0 0.05 0.22 175.68 0.56 0.51
Hex 3D C8 BE 45 0 5 16 B0 38 33
Octal 75 310 276 105 0 5 26 260 70 63
Binary 111101 11001000 10111110 1000101 0 101 10110 10110000 111000 110011

Color Harmonies of #3DC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC8BE

Black with #3DC8BE

Text Example


Text Example

White with #3DC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,200,190); }

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

background-color css

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

 a { background-color: rgb(61,200,190); }

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

border-color css

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

 span { border-color: rgb(61,200,190); }

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