Html Css Color HEX #3DBDBC Medium Turquoise

📋 copy color: '#3DBDBC'

red 61 ◦ green 189 ◦ blue 188

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

Shades of Medium Turquoise #3DBDBC

Tints of Medium Turquoise #3DBDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 13.93%
G = 43.15%
B = 42.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#3DBDBC (or 0x3DBDBC) is known color: Medium Turquoise. HEX triplet: 3D, BD and BC. RGB value is (61,189,188). Sum of RGB (Red+Green+Blue) = 61+189+188=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDBC is #C24243. Grayscale: #969696. Windows color (decimal): -12730948 or 12369213. OLE color: 12369213.

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

Color convert

RGB 61 189 188 -
CMYK 0.68 0 0.01 0.26
HSL 179.53º 0.51% 0.49% -
HSV(B) 179.53º 0.68% 0.74% -
XYZ 29.2 41.02 53.96 -
YUV 150.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 61 189 188 0.68 0 0.01 0.26 179.53 0.51 0.49
Hex 3D BD BC 44 0 1 1A B4 33 31
Octal 75 275 274 104 0 1 32 264 63 61
Binary 111101 10111101 10111100 1000100 0 1 11010 10110100 110011 110001

Color Harmonies of #3DBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBDBC

Black with #3DBDBC

Text Example


Text Example

White with #3DBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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