#3CD2B4

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

Shades of Medium Turquoise #3CD2B4

Tints of Medium Turquoise #3CD2B4

Color information

#3CD2B4 (or 0x3CD2B4) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D2 and B4. RGB value is (60,210,180). Sum of RGB (Red+Green+Blue) = 60+210+180=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2B4 is #C32D4B. Grayscale: #A1A1A1. Windows color (decimal): -12791116 or 11850300. OLE color: 11850300.

HSL color Cylindrical-coordinate representation of color #3CD2B4: hue angle of 168º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD2B4 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB60210180-
CMYK0.7100.140.18
HSL168º62.5%52.94%-
HSV(B)168º71.43%82.35%-
XYZ33.1550.3551.15-
YUV161.73138.355.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.33%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 180 (70.70% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602101800.7100.140.1816862.552.94
Hex3CD2B4470E12a83e35
Octal74322264107016222507665
Binary11110011010010101101001000111011101001010101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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