#3CD2E0

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

Shades of Medium Turquoise #3CD2E0

Tints of Medium Turquoise #3CD2E0

Color information

#3CD2E0 (or 0x3CD2E0) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D2 and E0. RGB value is (60,210,224). Sum of RGB (Red+Green+Blue) = 60+210+224=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CD2E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2E0 is #C32D1F. Grayscale: #A6A6A6. Windows color (decimal): -12791072 or 14733884. OLE color: 14733884.

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

Color convert

RGB60210224-
CMYK0.730.0600.12
HSL185.12º72.57%55.69%-
HSV(B)185.12º73.21%87.84%-
XYZ38.3652.4478.62-
YUV166.75160.351.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.15%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=12.15%
G=42.51%
B=45.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal602102240.730.0600.12185.1272.5755.69
Hex3CD2E04960Cb94938
Octal74322340111601427111170
Binary1111001101001011100000100100111001100101110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,210,224); }

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

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

 a { background-color: rgb(60,210,224); }

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

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

 span { border-color: rgb(60,210,224); }

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