#3de2cd

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

Shades of Turquoise #3DE2CD

Tints of Turquoise #3DE2CD

Color information

#3DE2CD (or 0x3DE2CD) is unknown color: approx Turquoise. HEX triplet: 3D, E2 and CD. RGB value is (61,226,205). Sum of RGB (Red+Green+Blue) = 61+226+205=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2CD is #C21D32. Grayscale: #AEAEAE. Windows color (decimal): -12721459 or 13492797. OLE color: 13492797.

HSL color Cylindrical-coordinate representation of color #3DE2CD: hue angle of 172.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE2CD is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB61226205-
CMYK0.7300.090.11
HSL172.36º73.99%56.27%-
HSV(B)172.36º73.01%88.63%-
XYZ40.1459.7967.18-
YUV174.27145.3447.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.40%
GREEN value IS 226 (88.67% from 255) = 45.93%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=12.40%
G=45.93%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612262050.7300.090.11172.3673.9956.27
Hex3DE2CD4909Bac4a38
Octal753423151110111325411270
Binary11110111100010110011011001001010011011101011001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de2cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,226,205); }

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

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

 a { background-color: rgb(61,226,205); }

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

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

 span { border-color: rgb(61,226,205); }

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