Html Css Color HEX #3EBDBD Medium Turquoise

📋 copy color: '#3EBDBD'

red 62 ◦ green 189 ◦ blue 189

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

Shades of Medium Turquoise #3EBDBD

Tints of Medium Turquoise #3EBDBD

RGB

 RED value IS 62 (24.61% from 255) = 14.09%

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 14.09%
G = 42.95%
B = 42.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3EBDBD (or 0x3EBDBD) is known color: Medium Turquoise. HEX triplet: 3E, BD and BD. RGB value is (62,189,189). Sum of RGB (Red+Green+Blue) = 62+189+189=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #3EBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDBD is #C14242. Grayscale: #969696. Windows color (decimal): -12665411 or 12434750. OLE color: 12434750.

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

Color convert

RGB 62 189 189 -
CMYK 0.67 0 0 0.26
HSL 180º 0.51% 0.49% -
HSV(B) 180º 0.67% 0.74% -
XYZ 29.37 41.09 54.53 -
YUV 151.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 62 189 189 0.67 0 0 0.26 180 0.51 0.49
Hex 3E BD BD 43 0 0 1A B4 33 31
Octal 76 275 275 103 0 0 32 264 63 61
Binary 111110 10111101 10111101 1000011 0 0 11010 10110100 110011 110001

Color Harmonies of #3EBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBDBD

Black with #3EBDBD

Text Example


Text Example

White with #3EBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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