Html Css Color HEX #3DC0BB Medium Turquoise

📋 copy color: '#3DC0BB'

red 61 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #3DC0BB

Tints of Medium Turquoise #3DC0BB

RGB

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

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

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

R = 13.86%
G = 43.64%
B = 42.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3DC0BB (or 0x3DC0BB) is known color: Medium Turquoise. HEX triplet: 3D, C0 and BB. RGB value is (61,192,187). Sum of RGB (Red+Green+Blue) = 61+192+187=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0BB is #C23F44. Grayscale: #989898. Windows color (decimal): -12730181 or 12304445. OLE color: 12304445.

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

Color convert

RGB 61 192 187 -
CMYK 0.68 0 0.03 0.25
HSL 177.71º 0.52% 0.5% -
HSV(B) 177.71º 0.68% 0.75% -
XYZ 29.74 42.28 53.61 -
YUV 152.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 61 192 187 0.68 0 0.03 0.25 177.71 0.52 0.5
Hex 3D C0 BB 44 0 3 19 B2 34 32
Octal 75 300 273 104 0 3 31 262 64 62
Binary 111101 11000000 10111011 1000100 0 11 11001 10110010 110100 110010

Color Harmonies of #3DC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC0BB

Black with #3DC0BB

Text Example


Text Example

White with #3DC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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