#3DE7D4

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

Shades of Turquoise #3DE7D4

Tints of Turquoise #3DE7D4

Color information

#3DE7D4 (or 0x3DE7D4) is unknown color: approx Turquoise. HEX triplet: 3D, E7 and D4. RGB value is (61,231,212). Sum of RGB (Red+Green+Blue) = 61+231+212=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE7D4 is #C2182B. Grayscale: #B1B1B1. Windows color (decimal): -12720172 or 13952829. OLE color: 13952829.

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

Color convert

RGB61231212-
CMYK0.7400.080.09
HSL173.29º77.98%57.25%-
HSV(B)173.29º73.59%90.59%-
XYZ42.3862.972.19-
YUV178147.1844.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.10%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=12.10%
G=45.83%
B=42.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612312120.7400.080.09173.2977.9857.25
Hex3DE7D44A089ad4e39
Octal753473241120101125511671
Binary11110111100111110101001001010010001001101011011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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