#3DD4CA

Color #3DD4CA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3DD4CA

Tints of Medium Turquoise #3DD4CA

Color information

#3DD4CA (or 0x3DD4CA) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D4 and CA. RGB value is (61,212,202). Sum of RGB (Red+Green+Blue) = 61+212+202=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD4CA is #C22B35. Grayscale: #A5A5A5. Windows color (decimal): -12725046 or 13292605. OLE color: 13292605.

HSL color Cylindrical-coordinate representation of color #3DD4CA: hue angle of 176.03º 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 #3DD4CA is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB61212202-
CMYK0.7100.050.17
HSL176.03º63.71%53.53%-
HSV(B)176.03º71.23%83.14%-
XYZ36.1352.3464.08-
YUV165.71148.4753.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.84%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=12.84%
G=44.63%
B=42.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal612122020.7100.050.17176.0363.7153.53
Hex3DD4CA470511b04036
Octal75324312107052126010066
Binary11110111010100110010101000111010110001101100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DD4CA;
 }
 .AnyTagClassName
 {
   color: #3DD4CA;
 }
</style>
background-color css

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

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

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

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

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

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