Html Css Color HEX #3DD4CC Medium Turquoise

📋 copy color: '#3DD4CC'

red 61 ◦ green 212 ◦ blue 204

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

Shades of Medium Turquoise #3DD4CC

Tints of Medium Turquoise #3DD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 12.79%
G = 44.44%
B = 42.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#3DD4CC (or 0x3DD4CC) is known color: Medium Turquoise. HEX triplet: 3D, D4 and CC. RGB value is (61,212,204). Sum of RGB (Red+Green+Blue) = 61+212+204=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD4CC is #C22B33. Grayscale: #A5A5A5. Windows color (decimal): -12725044 or 13423677. OLE color: 13423677.

HSL color Cylindrical-coordinate representation of color #3DD4CC: hue angle of 176.82º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD4CC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 212 204 -
CMYK 0.71 0 0.04 0.17
HSL 176.82º 0.64% 0.54% -
HSV(B) 176.82º 0.71% 0.83% -
XYZ 36.37 52.44 65.33 -
YUV 165.94 149.47 53.15 -
System Red Green Blue C M Y K H S L
Decimal 61 212 204 0.71 0 0.04 0.17 176.82 0.64 0.54
Hex 3D D4 CC 47 0 4 11 B1 40 36
Octal 75 324 314 107 0 4 21 261 100 66
Binary 111101 11010100 11001100 1000111 0 100 10001 10110001 1000000 110110

Color Harmonies of #3DD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD4CC

Black with #3DD4CC

Text Example


Text Example

White with #3DD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,212,204); }

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

background-color css

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

 a { background-color: rgb(61,212,204); }

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

border-color css

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

 span { border-color: rgb(61,212,204); }

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