#3DE9D4

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

Shades of Turquoise #3DE9D4

Tints of Turquoise #3DE9D4

Color information

#3DE9D4 (or 0x3DE9D4) is unknown color: approx Turquoise. HEX triplet: 3D, E9 and D4. RGB value is (61,233,212). Sum of RGB (Red+Green+Blue) = 61+233+212=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE9D4 is #C2162B. Grayscale: #B3B3B3. Windows color (decimal): -12719660 or 13953341. OLE color: 13953341.

HSL color Cylindrical-coordinate representation of color #3DE9D4: hue angle of 172.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE9D4 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB61233212-
CMYK0.7400.090.09
HSL172.67º79.63%57.65%-
HSV(B)172.67º73.82%91.37%-
XYZ42.9564.0272.38-
YUV179.18146.5243.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.06%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=12.06%
G=46.05%
B=41.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612332120.7400.090.09172.6779.6357.65
Hex3DE9D44A099ad503a
Octal753513241120111125512072
Binary11110111101001110101001001010010011001101011011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,233,212); }

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

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

 a { background-color: rgb(61,233,212); }

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

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

 span { border-color: rgb(61,233,212); }

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