#3BC0C0

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

Shades of Medium Turquoise #3BC0C0

Tints of Medium Turquoise #3BC0C0

Color information

#3BC0C0 (or 0x3BC0C0) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C0 and C0. RGB value is (59,192,192). Sum of RGB (Red+Green+Blue) = 59+192+192=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #3BC0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0C0 is #C43F3F. Grayscale: #989898. Windows color (decimal): -12861248 or 12632123. OLE color: 12632123.

HSL color Cylindrical-coordinate representation of color #3BC0C0: hue angle of 180º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC0C0 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59192192-
CMYK0.69000.25
HSL180º52.99%49.22%-
HSV(B)180º69.27%75.29%-
XYZ30.1742.4356.47-
YUV152.23150.4461.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.32%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=13.32%
G=43.34%
B=43.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591921920.69000.2518052.9949.22
Hex3BC0C0450019b43531
Octal7330030010500312646561
Binary11101111000000110000001000101001100110110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,192); }

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

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

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

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

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

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

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