#3CBDBC

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

Shades of Medium Turquoise #3CBDBC

Tints of Medium Turquoise #3CBDBC

Color information

#3CBDBC (or 0x3CBDBC) is unknown color: approx Medium Turquoise. HEX triplet: 3C, BD and BC. RGB value is (60,189,188). Sum of RGB (Red+Green+Blue) = 60+189+188=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDBC is #C34243. Grayscale: #969696. Windows color (decimal): -12796484 or 12369212. OLE color: 12369212.

HSL color Cylindrical-coordinate representation of color #3CBDBC: hue angle of 179.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDBC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB60189188-
CMYK0.6800.010.26
HSL179.53º51.81%48.82%-
HSV(B)179.53º68.25%74.12%-
XYZ29.1440.9953.95-
YUV150.32149.2663.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.73%
GREEN value IS 189 (74.22% from 255) = 43.25%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=13.73%
G=43.25%
B=43.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891880.6800.010.26179.5351.8148.82
Hex3CBDBC44011Ab43431
Octal7427527410401322646461
Binary11110010111101101111001000100011101010110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,188); }

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

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

 a { background-color: rgb(60,189,188); }

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

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

 span { border-color: rgb(60,189,188); }

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