#3DD2C8

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

Shades of Medium Turquoise #3DD2C8

Tints of Medium Turquoise #3DD2C8

Color information

#3DD2C8 (or 0x3DD2C8) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D2 and C8. RGB value is (61,210,200). Sum of RGB (Red+Green+Blue) = 61+210+200=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2C8 is #C22D37. Grayscale: #A4A4A4. Windows color (decimal): -12725560 or 13161021. OLE color: 13161021.

HSL color Cylindrical-coordinate representation of color #3DD2C8: hue angle of 175.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD2C8 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB61210200-
CMYK0.7100.050.18
HSL175.97º62.34%53.14%-
HSV(B)175.97º70.95%82.35%-
XYZ35.451.2662.67-
YUV164.31148.1454.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.95%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=12.95%
G=44.59%
B=42.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612102000.7100.050.18175.9762.3453.14
Hex3DD2C8470512b03e35
Octal7532231010705222607665
Binary1111011101001011001000100011101011001010110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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