#3DE6C0

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

Shades of Turquoise #3DE6C0

Tints of Turquoise #3DE6C0

Color information

#3DE6C0 (or 0x3DE6C0) is unknown color: approx Turquoise. HEX triplet: 3D, E6 and C0. RGB value is (61,230,192). Sum of RGB (Red+Green+Blue) = 61+230+192=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE6C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE6C0 is #C2193F. Grayscale: #AFAFAF. Windows color (decimal): -12720448 or 12641853. OLE color: 12641853.

HSL color Cylindrical-coordinate representation of color #3DE6C0: hue angle of 166.51º 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 #3DE6C0 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB61230192-
CMYK0.7300.170.10
HSL166.51º77.17%57.06%-
HSV(B)166.51º73.48%90.2%-
XYZ39.7461.3959.62-
YUV175.14137.5146.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.63%
GREEN value IS 230 (90.23% from 255) = 47.62%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=12.63%
G=47.62%
B=39.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612301920.7300.170.10166.5177.1757.06
Hex3DE6C049011Aa74d39
Octal753463001110211224711571
Binary111101111001101100000010010010100011010101001111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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