#3DD5CE

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

Shades of Medium Turquoise #3DD5CE

Tints of Medium Turquoise #3DD5CE

Color information

#3DD5CE (or 0x3DD5CE) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D5 and CE. RGB value is (61,213,206). Sum of RGB (Red+Green+Blue) = 61+213+206=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5CE is #C22A31. Grayscale: #A6A6A6. Windows color (decimal): -12724786 or 13555005. OLE color: 13555005.

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

Color convert

RGB61213206-
CMYK0.7100.030.16
HSL177.24º64.41%53.73%-
HSV(B)177.24º71.36%83.53%-
XYZ36.8653.0466.69-
YUV166.75150.1452.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.71%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=12.71%
G=44.38%
B=42.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612132060.7100.030.16177.2464.4153.73
Hex3DD5CE470310b14036
Octal75325316107032026110066
Binary1111011101010111001110100011101110000101100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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