#3DE7C1

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

Shades of Turquoise #3DE7C1

Tints of Turquoise #3DE7C1

Color information

#3DE7C1 (or 0x3DE7C1) is unknown color: approx Turquoise. HEX triplet: 3D, E7 and C1. RGB value is (61,231,193). Sum of RGB (Red+Green+Blue) = 61+231+193=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE7C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE7C1 is #C2183E. Grayscale: #AFAFAF. Windows color (decimal): -12720191 or 12707645. OLE color: 12707645.

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

Color convert

RGB61231193-
CMYK0.7400.160.09
HSL166.59º77.98%57.25%-
HSV(B)166.59º73.59%90.59%-
XYZ40.1361.9960.3-
YUV175.84137.6846.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.58%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=12.58%
G=47.63%
B=39.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612311930.7400.160.09166.5977.9857.25
Hex3DE7C14A0109a74e39
Octal753473011120201124711671
Binary111101111001111100000110010100100001001101001111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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