#3BCDC7

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

Shades of Medium Turquoise #3BCDC7

Tints of Medium Turquoise #3BCDC7

Color information

#3BCDC7 (or 0x3BCDC7) is unknown color: approx Medium Turquoise. HEX triplet: 3B, CD and C7. RGB value is (59,205,199). Sum of RGB (Red+Green+Blue) = 59+205+199=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDC7 is #C43238. Grayscale: #A0A0A0. Windows color (decimal): -12857913 or 13094203. OLE color: 13094203.

HSL color Cylindrical-coordinate representation of color #3BCDC7: hue angle of 177.53º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCDC7 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB59205199-
CMYK0.7100.030.20
HSL177.53º59.35%51.76%-
HSV(B)177.53º71.22%80.39%-
XYZ33.9448.7261.65-
YUV160.66149.6355.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.74%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=12.74%
G=44.28%
B=42.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal592051990.7100.030.20177.5359.3551.76
Hex3BCDC7470314b23b34
Octal7331530710703242627364
Binary111011110011011100011110001110111010010110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,205,199); }

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

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

 a { background-color: rgb(59,205,199); }

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

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

 span { border-color: rgb(59,205,199); }

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