#3DE7D3

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

Shades of Turquoise #3DE7D3

Tints of Turquoise #3DE7D3

Color information

#3DE7D3 (or 0x3DE7D3) is unknown color: approx Turquoise. HEX triplet: 3D, E7 and D3. RGB value is (61,231,211). Sum of RGB (Red+Green+Blue) = 61+231+211=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE7D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE7D3 is #C2182C. Grayscale: #B1B1B1. Windows color (decimal): -12720173 or 13887293. OLE color: 13887293.

HSL color Cylindrical-coordinate representation of color #3DE7D3: hue angle of 172.94º 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 #3DE7D3 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB61231211-
CMYK0.7400.090.09
HSL172.94º77.98%57.25%-
HSV(B)172.94º73.59%90.59%-
XYZ42.2662.8571.53-
YUV177.89146.6844.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.13%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=12.13%
G=45.92%
B=41.95%

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
Decimal612312110.7400.090.09172.9477.9857.25
Hex3DE7D34A099ad4e39
Octal753473231120111125511671
Binary11110111100111110100111001010010011001101011011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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