#3EDCCC

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

Shades of Turquoise #3EDCCC

Tints of Turquoise #3EDCCC

Color information

#3EDCCC (or 0x3EDCCC) is unknown color: approx Turquoise. HEX triplet: 3E, DC and CC. RGB value is (62,220,204). Sum of RGB (Red+Green+Blue) = 62+220+204=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCCC is #C12333. Grayscale: #AAAAAA. Windows color (decimal): -12657460 or 13425726. OLE color: 13425726.

HSL color Cylindrical-coordinate representation of color #3EDCCC: hue angle of 173.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDCCC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB62220204-
CMYK0.7200.070.14
HSL173.92º69.3%55.29%-
HSV(B)173.92º71.82%86.27%-
XYZ38.4856.5766.02-
YUV170.93146.6550.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.76%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=12.76%
G=45.27%
B=41.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal622202040.7200.070.14173.9269.355.29
Hex3EDCCC4807Eae4537
Octal76334314110071625610567
Binary1111101101110011001100100100001111110101011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,220,204); }

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

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

 a { background-color: rgb(62,220,204); }

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

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

 span { border-color: rgb(62,220,204); }

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