Html Css Color HEX #3DCAB5 Medium Turquoise

📋 copy color: '#3DCAB5'

red 61 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #3DCAB5

Tints of Medium Turquoise #3DCAB5

RGB

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

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

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

R = 13.74%
G = 45.5%
B = 40.77%

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

#3DCAB5 (or 0x3DCAB5) is known color: Medium Turquoise. HEX triplet: 3D, CA and B5. RGB value is (61,202,181). Sum of RGB (Red+Green+Blue) = 61+202+181=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAB5 is #C2354A. Grayscale: #9D9D9D. Windows color (decimal): -12727627 or 11913789. OLE color: 11913789.

HSL color Cylindrical-coordinate representation of color #3DCAB5: hue angle of 171.06º 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 #3DCAB5 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 202 181 -
CMYK 0.70 0 0.10 0.21
HSL 171.06º 0.57% 0.52% -
HSV(B) 171.06º 0.7% 0.79% -
XYZ 31.39 46.57 51.05 -
YUV 157.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 61 202 181 0.70 0 0.10 0.21 171.06 0.57 0.52
Hex 3D CA B5 46 0 A 15 AB 39 34
Octal 75 312 265 106 0 12 25 253 71 64
Binary 111101 11001010 10110101 1000110 0 1010 10101 10101011 111001 110100

Color Harmonies of #3DCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCAB5

Black with #3DCAB5

Text Example


Text Example

White with #3DCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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