#3DD2D6

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

Shades of Medium Turquoise #3DD2D6

Tints of Medium Turquoise #3DD2D6

Color information

#3DD2D6 (or 0x3DD2D6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D2 and D6. RGB value is (61,210,214). Sum of RGB (Red+Green+Blue) = 61+210+214=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #3DD2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2D6 is #C22D29. Grayscale: #A5A5A5. Windows color (decimal): -12725546 or 14078525. OLE color: 14078525.

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

Color convert

RGB61210214-
CMYK0.710.0200.16
HSL181.57º65.11%53.92%-
HSV(B)181.57º71.5%83.92%-
XYZ37.1151.9471.69-
YUV165.9155.1453.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.58%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=12.58%
G=43.30%
B=44.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612102140.710.0200.16181.5765.1153.92
Hex3DD2D6472010b64136
Octal75322326107202026610166
Binary1111011101001011010110100011110010000101101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,214); }

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

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

 a { background-color: rgb(61,210,214); }

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

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

 span { border-color: rgb(61,210,214); }

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