#3DE6C1

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

Shades of Turquoise #3DE6C1

Tints of Turquoise #3DE6C1

Color information

#3DE6C1 (or 0x3DE6C1) is unknown color: approx Turquoise. HEX triplet: 3D, E6 and C1. RGB value is (61,230,193). Sum of RGB (Red+Green+Blue) = 61+230+193=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE6C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE6C1 is #C2193E. Grayscale: #AFAFAF. Windows color (decimal): -12720447 or 12707389. OLE color: 12707389.

HSL color Cylindrical-coordinate representation of color #3DE6C1: hue angle of 166.86º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE6C1 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB61230193-
CMYK0.7300.160.10
HSL166.86º77.17%57.06%-
HSV(B)166.86º73.48%90.2%-
XYZ39.8561.4460.21-
YUV175.25138.0146.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.60%
GREEN value IS 230 (90.23% from 255) = 47.52%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=12.60%
G=47.52%
B=39.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612301930.7300.160.10166.8677.1757.06
Hex3DE6C149010Aa74d39
Octal753463011110201224711571
Binary111101111001101100000110010010100001010101001111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,230,193); }

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

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

 a { background-color: rgb(61,230,193); }

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

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

 span { border-color: rgb(61,230,193); }

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