#3BC7CB

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

Shades of Medium Turquoise #3BC7CB

Tints of Medium Turquoise #3BC7CB

Color information

#3BC7CB (or 0x3BC7CB) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C7 and CB. RGB value is (59,199,203). Sum of RGB (Red+Green+Blue) = 59+199+203=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC7CB is #C43834. Grayscale: #9D9D9D. Windows color (decimal): -12859445 or 13354811. OLE color: 13354811.

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

Color convert

RGB59199203-
CMYK0.710.0200.20
HSL181.67º58.06%51.37%-
HSV(B)181.67º70.94%79.61%-
XYZ33.0146.0963.66-
YUV157.6153.6257.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.80%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=12.80%
G=43.17%
B=44.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal591992030.710.0200.20181.6758.0651.37
Hex3BC7CB472014b63a33
Octal7330731310720242667263
Binary111011110001111100101110001111001010010110110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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