Html Css Color HEX #3DCAB6 Medium Turquoise

📋 copy color: '#3DCAB6'

red 61 ◦ green 202 ◦ blue 182

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

Shades of Medium Turquoise #3DCAB6

Tints of Medium Turquoise #3DCAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 13.71%
G = 45.39%
B = 40.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#3DCAB6 (or 0x3DCAB6) is known color: Medium Turquoise. HEX triplet: 3D, CA and B6. RGB value is (61,202,182). Sum of RGB (Red+Green+Blue) = 61+202+182=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAB6 is #C23549. Grayscale: #9D9D9D. Windows color (decimal): -12727626 or 11979325. OLE color: 11979325.

HSL color Cylindrical-coordinate representation of color #3DCAB6: hue angle of 171.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCAB6 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 202 182 -
CMYK 0.70 0 0.10 0.21
HSL 171.49º 0.57% 0.52% -
HSV(B) 171.49º 0.7% 0.79% -
XYZ 31.49 46.61 51.59 -
YUV 157.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 61 202 182 0.70 0 0.10 0.21 171.49 0.57 0.52
Hex 3D CA B6 46 0 A 15 AB 39 34
Octal 75 312 266 106 0 12 25 253 71 64
Binary 111101 11001010 10110110 1000110 0 1010 10101 10101011 111001 110100

Color Harmonies of #3DCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCAB6

Black with #3DCAB6

Text Example


Text Example

White with #3DCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,202,182); }

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

background-color css

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

 a { background-color: rgb(61,202,182); }

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

border-color css

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

 span { border-color: rgb(61,202,182); }

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