#3CD4D6

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

Shades of Medium Turquoise #3CD4D6

Tints of Medium Turquoise #3CD4D6

Color information

#3CD4D6 (or 0x3CD4D6) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D4 and D6. RGB value is (60,212,214). Sum of RGB (Red+Green+Blue) = 60+212+214=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #3CD4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD4D6 is #C32B29. Grayscale: #A6A6A6. Windows color (decimal): -12790570 or 14079036. OLE color: 14079036.

HSL color Cylindrical-coordinate representation of color #3CD4D6: hue angle of 180.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD4D6 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60212214-
CMYK0.720.0100.16
HSL180.78º65.25%53.73%-
HSV(B)180.78º71.96%83.92%-
XYZ37.5452.971.85-
YUV166.78154.6451.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.35%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=12.35%
G=43.62%
B=44.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602122140.720.0100.16180.7865.2553.73
Hex3CD4D6481010b54136
Octal74324326110102026510166
Binary111100110101001101011010010001010000101101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,212,214); }

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

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

 a { background-color: rgb(60,212,214); }

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

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

 span { border-color: rgb(60,212,214); }

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