#3DD5B8

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

Shades of Medium Turquoise #3DD5B8

Tints of Medium Turquoise #3DD5B8

Color information

#3DD5B8 (or 0x3DD5B8) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D5 and B8. RGB value is (61,213,184). Sum of RGB (Red+Green+Blue) = 61+213+184=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5B8 is #C22A47. Grayscale: #A4A4A4. Windows color (decimal): -12724808 or 12113213. OLE color: 12113213.

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

Color convert

RGB61213184-
CMYK0.7100.140.16
HSL168.55º64.41%53.73%-
HSV(B)168.55º71.36%83.53%-
XYZ34.3752.0453.58-
YUV164.25139.1454.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.32%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=13.32%
G=46.51%
B=40.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612131840.7100.140.16168.5564.4153.73
Hex3DD5B8470E10a94036
Octal753252701070162025110066
Binary111101110101011011100010001110111010000101010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,213,184); }

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

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

 a { background-color: rgb(61,213,184); }

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

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

 span { border-color: rgb(61,213,184); }

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