#3DE1CC

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

Shades of Turquoise #3DE1CC

Tints of Turquoise #3DE1CC

Color information

#3DE1CC (or 0x3DE1CC) is unknown color: approx Turquoise. HEX triplet: 3D, E1 and CC. RGB value is (61,225,204). Sum of RGB (Red+Green+Blue) = 61+225+204=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE1CC is #C21E33. Grayscale: #ADADAD. Windows color (decimal): -12721716 or 13427005. OLE color: 13427005.

HSL color Cylindrical-coordinate representation of color #3DE1CC: hue angle of 172.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE1CC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB61225204-
CMYK0.7300.090.12
HSL172.32º73.21%56.08%-
HSV(B)172.32º72.89%88.24%-
XYZ39.7559.266.46-
YUV173.57145.1747.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.45%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=12.45%
G=45.92%
B=41.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612252040.7300.090.12172.3273.2156.08
Hex3DE1CC4909Cac4938
Octal753413141110111425411170
Binary11110111100001110011001001001010011100101011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,225,204); }

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

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

 a { background-color: rgb(61,225,204); }

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

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

 span { border-color: rgb(61,225,204); }

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