Html Css Color HEX #3DC2BB Medium Turquoise

📋 copy color: '#3DC2BB'

red 61 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #3DC2BB

Tints of Medium Turquoise #3DC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

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

R = 13.8%
G = 43.89%
B = 42.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#3DC2BB (or 0x3DC2BB) is known color: Medium Turquoise. HEX triplet: 3D, C2 and BB. RGB value is (61,194,187). Sum of RGB (Red+Green+Blue) = 61+194+187=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2BB is #C23D44. Grayscale: #999999. Windows color (decimal): -12729669 or 12304957. OLE color: 12304957.

HSL color Cylindrical-coordinate representation of color #3DC2BB: hue angle of 176.84º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC2BB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 187 -
CMYK 0.69 0 0.04 0.24
HSL 176.84º 0.52% 0.5% -
HSV(B) 176.84º 0.69% 0.76% -
XYZ 30.19 43.16 53.75 -
YUV 153.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 61 194 187 0.69 0 0.04 0.24 176.84 0.52 0.5
Hex 3D C2 BB 45 0 4 18 B1 34 32
Octal 75 302 273 105 0 4 30 261 64 62
Binary 111101 11000010 10111011 1000101 0 100 11000 10110001 110100 110010

Color Harmonies of #3DC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC2BB

Black with #3DC2BB

Text Example


Text Example

White with #3DC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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