Html Css Color HEX #3DBDB5 Medium Turquoise

📋 copy color: '#3DBDB5'

red 61 ◦ green 189 ◦ blue 181

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

Shades of Medium Turquoise #3DBDB5

Tints of Medium Turquoise #3DBDB5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 14.15%
G = 43.85%
B = 42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#3DBDB5 (or 0x3DBDB5) is known color: Medium Turquoise. HEX triplet: 3D, BD and B5. RGB value is (61,189,181). Sum of RGB (Red+Green+Blue) = 61+189+181=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDB5 is #C2424A. Grayscale: #959595. Windows color (decimal): -12730955 or 11910461. OLE color: 11910461.

HSL color Cylindrical-coordinate representation of color #3DBDB5: hue angle of 176.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBDB5 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 189 181 -
CMYK 0.68 0 0.04 0.26
HSL 176.25º 0.51% 0.49% -
HSV(B) 176.25º 0.68% 0.74% -
XYZ 28.46 40.72 50.08 -
YUV 149.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 61 189 181 0.68 0 0.04 0.26 176.25 0.51 0.49
Hex 3D BD B5 44 0 4 1A B0 33 31
Octal 75 275 265 104 0 4 32 260 63 61
Binary 111101 10111101 10110101 1000100 0 100 11010 10110000 110011 110001

Color Harmonies of #3DBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBDB5

Black with #3DBDB5

Text Example


Text Example

White with #3DBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,189,181); }

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

background-color css

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

 a { background-color: rgb(61,189,181); }

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

border-color css

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

 span { border-color: rgb(61,189,181); }

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