#3CBDB6

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

Shades of Medium Turquoise #3CBDB6

Tints of Medium Turquoise #3CBDB6

Color information

#3CBDB6 (or 0x3CBDB6) is unknown color: approx Medium Turquoise. HEX triplet: 3C, BD and B6. RGB value is (60,189,182). Sum of RGB (Red+Green+Blue) = 60+189+182=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDB6 is #C34249. Grayscale: #959595. Windows color (decimal): -12796490 or 11975996. OLE color: 11975996.

HSL color Cylindrical-coordinate representation of color #3CBDB6: hue angle of 176.74º 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 #3CBDB6 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB60189182-
CMYK0.6800.040.26
HSL176.74º51.81%48.82%-
HSV(B)176.74º68.25%74.12%-
XYZ28.540.7350.62-
YUV149.63146.2664.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.92%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=13.92%
G=43.85%
B=42.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891820.6800.040.26176.7451.8148.82
Hex3CBDB644041Ab13431
Octal7427526610404322616461
Binary1111001011110110110110100010001001101010110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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